Skip to content

Instantly share code, notes, and snippets.

@aergonaut
Created December 17, 2013 19:08
Show Gist options
  • Save aergonaut/8010782 to your computer and use it in GitHub Desktop.
Save aergonaut/8010782 to your computer and use it in GitHub Desktop.
"You want the truth?" "YOU CAN'T HANDLE THE TRUTH!"
describe "you" do
subject(:you) { FactoryGirl.create :you }
it "wants the truth" do
expect(you).to want_the_truth
end
it "can't handle the truth" do
expect(you.can_handle?(:truth)).not_to be_true
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment