Advertisement
Guest User

Untitled

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