Skip to content

Instantly share code, notes, and snippets.

@kmdsbng
Created March 19, 2013 03:40
Show Gist options
  • Select an option

  • Save kmdsbng/5193550 to your computer and use it in GitHub Desktop.

Select an option

Save kmdsbng/5193550 to your computer and use it in GitHub Desktop.
shared_examples_for sample
shared_examples_for "SharedExampleName" do
it "" do
end
end
it_should_behave_like "SharedExampleName"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment