Skip to content

Instantly share code, notes, and snippets.

@jjb
Created March 7, 2013 19:47
Show Gist options
  • Save jjb/5111158 to your computer and use it in GitHub Desktop.
Save jjb/5111158 to your computer and use it in GitHub Desktop.
describe "#bar" do
let(:bar){FactoryGirl.create(:bar)}
let(:foo){FactoryGirl.create(:foo, bar_id: bar.id)}
subject{foo.bar}
it{should eq bar}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment