Skip to content

Commit

Permalink
Fix test, remove unneeded test code (TNG#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Schäfer committed Feb 18, 2015
1 parent 1a7a15b commit 5c07a1d
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ public void abstract_steps_should_appear_in_the_report_model() throws Throwable
stage.abstract_step();
getScenario().finished();
StepModel step = getScenario().getModel().getFirstStepModelOfLastScenario();
assertThat( step.words.get( 1 ).getFormattedValue() ).isEqualTo( "abstract_step" );
assertThat( step.words.get( 0 ).getFormattedValue() ).isEqualTo( "abstract step" );

}

Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 5c07a1d

Please sign in to comment.