Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. describe('Climber')
  2. context('given a Sterling Rope')
  3. it('should have a rope')
  4. ...
  5. end
  6. end
  7. context('given no rope')
  8. it ('should not have a rope')
  9. ...
  10. end
  11. end
  12. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement