Created
March 26, 2013 17:23
-
-
Save taelor/5247308 to your computer and use it in GitHub Desktop.
This test is failing.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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