Skip to content

Commit

Permalink
Fix doc string to match example.
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Jul 18, 2011
1 parent 69ff670 commit 48d667a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -64,7 +64,7 @@ Feature: configure expectation framework
assert 5 > 4, "expected 5 to be greater than 4"
end
it "is less than 4" do
it "is less than 6" do
5.should be < 6
end
end
Expand Down

0 comments on commit 48d667a

Please sign in to comment.