Skip to content

Commit

Permalink
correcting test
Browse files Browse the repository at this point in the history
  • Loading branch information
julio-saito-linx committed Sep 10, 2014
1 parent 797a28c commit 5ef7dd2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/reporter.renderLogs.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ describe('Reporter RenderLogs:', function(){
};

reporter.globalBeforeConfig = BEFORE_CONFIGURATION;
reporter.before = {};
reporter.before.message = 'SOME BEFORE MESSAGE';
reporter.before = { message: 'SOME BEFORE MESSAGE'};

reporter._addBefore();

Expand Down

0 comments on commit 5ef7dd2

Please sign in to comment.