Skip to content

Instantly share code, notes, and snippets.

@Gregliest
Created April 24, 2017 14:28
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 Gregliest/b6356837484b90e049e8b9b6707b9888 to your computer and use it in GitHub Desktop.
Save Gregliest/b6356837484b90e049e8b9b6707b9888 to your computer and use it in GitHub Desktop.
A simple RSpec example
describe('Climber')
context('given a Sterling Rope')
it('should have a rope')
...
end
end
context('given no rope')
it ('should not have a rope')
...
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment