Skip to content

Commit

Permalink
Fixed typo in FancyEnumerator test description.
Browse files Browse the repository at this point in the history
  • Loading branch information
bakkdoor committed Jun 24, 2011
1 parent c97f530 commit 06edfcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/enumerator.fy
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ FancySpec describe: FancyEnumerator with: {
enum to_a is == [1,2,3,4,5,6,7,8,9,10]
}

it: "has ended (no more values left" for: 'ended? when: {
it: "has ended (no more values left)" for: 'ended? when: {
enum = (1..9) to_enum
10 times: { enum ended? is == false; enum next } # move forward
enum ended? is == true
Expand Down

0 comments on commit 06edfcf

Please sign in to comment.