Skip to content

Commit

Permalink
update unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
charlierudolph committed Oct 9, 2015
1 parent 71a7ef4 commit 4e582b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/cucumber/listener/pretty_formatter_spec.js
Expand Up @@ -181,7 +181,7 @@ describe("Cucumber.Listener.PrettyFormatter", function () {

it('logs the keyword and name', function () {
var expected =
' scenario-keyword: scenario-name ' + colors.gray('# scenario-uri:1') + '\n';
' scenario-keyword: scenario-name ' + colors.gray('# scenario-uri:1') + '\n';
expect(logged).toEqual(expected);
});
});
Expand Down

0 comments on commit 4e582b0

Please sign in to comment.