Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hennevogel/5467e051692c180a357e575f85f008c3 to your computer and use it in GitHub Desktop.
Save hennevogel/5467e051692c180a357e575f85f008c3 to your computer and use it in GitHub Desktop.
RSpec.feature "Blah", :type => :feature do
context "blubb" do
describe "blabber" do
it 'does something' do
...
end
end
end
describe "lala" do
it 'does something else' do
...
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment