Skip to content

Instantly share code, notes, and snippets.

@tanelsuurhans
Created May 15, 2011 21:52
Show Gist options
  • Save tanelsuurhans/973584 to your computer and use it in GitHub Desktop.
Save tanelsuurhans/973584 to your computer and use it in GitHub Desktop.
describe Foo do
let(:bar) { Factory.create(:bar) }
subject { Factory.create(:foo, :bar => bar) }
context "something" do
let(:bar) { Factory.create(:different_bar) }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment