Skip to content

Instantly share code, notes, and snippets.

@taelor
Created March 26, 2013 17:23
Show Gist options
  • Select an option

  • Save taelor/5247308 to your computer and use it in GitHub Desktop.

Select an option

Save taelor/5247308 to your computer and use it in GitHub Desktop.
This test is failing.
describe Marriage do
let(:traditional_marriage) { FactoryGirl.create(:couple, :hetero) }
context "same-sex" do
let(:same_sex_marriage) { FactoryGirl.create(:couple, :homo) }
subject { same_sex_marriage }
it { should equal traditional_marriage }
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment