Skip to content

Instantly share code, notes, and snippets.

@darthdeus
Forked from shepmaster/let_resets_spec.rb
Created October 8, 2012 13:45
Show Gist options
  • Save darthdeus/3852607 to your computer and use it in GitHub Desktop.
Save darthdeus/3852607 to your computer and use it in GitHub Desktop.
describe 1 do
let(:foo) { [] }
it "can push" do
foo.push 1
foo.size.should == 1
end
it "can push" do
foo.push 1
foo.size.should == 1
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment