Guest User

Untitled

a guest
Jun 18th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. snippet feat
  2. Feature: ${1:Feature name}
  3. In order to ${2}
  4. As a ${$3}
  5. I want to ${4}
  6. snippet scen
  7. Scenario: ${1:Scenario}
  8. Given ${2:what?}
  9. And ${3:what?}
  10. When ${4:what?}
  11. Then ${5:what?}
  12. snippet give
  13. Given /${1:action}/ do |${2:x}|
  14. ${3:code goes here}
  15. end
Add Comment
Please, Sign In to add comment