Skip to content

Commit 3ea399d

Browse files
committed
content adjustment
* change content for about * adjust about integration test * change version from 1.0.13 to 1.0.14 [CI modifikation] --skip-ci
1 parent 23b8a20 commit 3ea399d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.13
1+
1.0.14

app/templates/about.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div class="row">
22
<div class="col-lg-12">
33
<h2>About</h2>
4-
<p>Coming soon!</p>
4+
<p>This project has the purpose to spare your decisional resources.</p>
55
</div>
66
</div>

test/integration/about_content_spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ QUnit.test('check content', function() {
2222
);
2323

2424
QUnit.equal(
25-
find(".col-lg-12:first p:eq(0):contains('Coming soon!')").length,
25+
find(".col-lg-12:first p:eq(0):contains('This project has the purpose to spare your decisional resources.')").length,
2626
1,
27-
'"Coming soon" remark not found'
27+
'expected content not found'
2828
);
2929

3030
});

0 commit comments

Comments
 (0)