Skip to content

Commit a4b0f0a

Browse files
authored
Merge pull request #3 from eibt/testfix
Improve assertion message for title task
2 parents 3ab48d7 + 7b7f648 commit a4b0f0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('Your HTML Page', function() {
2121
assert.equal(window.$('title').length, 1, 'Make sure to create a `title` element.');
2222
});
2323

24-
it('should have a title with the text "Code School" @title', function() {
24+
it('should have a title that contains your name @title', function() {
2525
assert.notEqual(window.$('title').text(), '', 'Make sure to set the content of the `title` element to your Code School username.');
2626
});
2727

0 commit comments

Comments
 (0)