Skip to content

Instantly share code, notes, and snippets.

@buger
Created June 10, 2013 10:35
Show Gist options
  • Save buger/5747834 to your computer and use it in GitHub Desktop.
Save buger/5747834 to your computer and use it in GitHub Desktop.
context "short attributes" do
let (:match_fixture) { $match }
it_should_behave_like ...
end
context "full attributes" do
let (:match_fixture) { $match_short }
it_should_behave_like ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment