Skip to content

Instantly share code, notes, and snippets.

@SeanRoberts
Created March 20, 2014 15:45
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 SeanRoberts/9666759 to your computer and use it in GitHub Desktop.
Save SeanRoberts/9666759 to your computer and use it in GitHub Desktop.
describe Classname do
describe '#a_method' do
context 'when a thing' do
it 'should do a thing' do
#
end
end
context 'when a different situation' do
it 'should do something different' do
#
end
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment