Skip to content

Commit

Permalink
- Fixed example so it won't fail. Tweak for failure example.
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/yoda/dev/": change = 5617]
  • Loading branch information
zenspider committed Jan 23, 2010
1 parent e4e85e6 commit ba5c86c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.rb
Expand Up @@ -16,7 +16,7 @@ def score
bowling = Bowling.new
20.times { bowling.hit(0) }

bowling.score 1.it_is?
bowling.score 0.it_is?
bowling.score 42.it_is_not!
}
}

0 comments on commit ba5c86c

Please sign in to comment.