Skip to content

Instantly share code, notes, and snippets.

@alovak
Created May 27, 2011 09:47
Show Gist options
  • Save alovak/994959 to your computer and use it in GitHub Desktop.
Save alovak/994959 to your computer and use it in GitHub Desktop.
context "при температуре равной или выше 100 С" do
before do
kettle.water.stub(:temperature).and_return(100)
end
# ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment