Skip to content

Commit

Permalink
Removed extraneous comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashley Frieze committed Dec 5, 2016
1 parent 5ab06c9 commit 9d6df39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/test/java/specs/FixturesSpec.java
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ public class FixturesSpec {
});

it("all run before each test in declaration order", () -> {
// looking at the beforeEach statements, they ARE in this order
// to discuss
assertThat(numbers, contains(1, 2, 3, 4));
});

Expand Down

0 comments on commit 9d6df39

Please sign in to comment.