Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
moro committed Aug 18, 2011
1 parent d49eba7 commit 393f15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/built_in_matchers/cover.feature
Expand Up @@ -28,7 +28,7 @@ Feature: cover matcher
it { should_not cover(8) }
it { should_not cover(4, 6, 8) }
# both of these should fail since it covers 1 but not 9
# both of these should fail since it covers 5 but not 11
it { should cover(5, 11) }
it { should_not cover(5, 11) }
end
Expand Down

0 comments on commit 393f15e

Please sign in to comment.