Skip to content

Commit

Permalink
foodie.rb should be outputting "Delicious!"
Browse files Browse the repository at this point in the history
  • Loading branch information
radar committed Oct 7, 2010
1 parent 49ccef8 commit a109f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gem-development.md
Expand Up @@ -80,7 +80,7 @@ When we run `bundle exec rspec spec` again, we'll be told the `Foodie::Food` con
if food.downcase == "broccoli" if food.downcase == "broccoli"
"Gross!" "Gross!"
else else
"Delicious" "Delicious!"
end end
end end
end end
Expand Down

0 comments on commit a109f00

Please sign in to comment.