Skip to content

Instantly share code, notes, and snippets.

@oguzcanhuner
Created January 21, 2013 13:37
Show Gist options
  • Save oguzcanhuner/4586097 to your computer and use it in GitHub Desktop.
Save oguzcanhuner/4586097 to your computer and use it in GitHub Desktop.
describe Squirrel do
let(:squirrel){Squirrel.new}
it "becomes full after eating nuts" do
squirrel.should be_hungry
squirrel.eat :nuts
squirrel.should_not be_hungry
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment