Guest User

Untitled

a guest
Jun 20th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. Feature: Setup my server
  2. As an awesome rails coder
  3. In order to host my rails application
  4. I would like to have chef setup my server
  5.  
  6. Background: # features/setup_server.feature:6
  7. When I run 'hale::setup_server' # features/step_definitions/custom_steps.rb:1
  8. Then the run should exit '0' # features/step_definitions/run_client_steps.rb:100
  9.  
  10. Scenario: Creating directories # features/setup_server.feature:10
  11. Then a directory named 'my_app' should exist # features/step_definitions/directory_steps.rb:19
  12. And a directory named 'my_app/corey' should exist # features/step_definitions/directory_steps.rb:19
  13. And a directory named 'my_app/michael' should exist # features/step_definitions/directory_steps.rb:19
  14.  
  15. 1 scenario (1 passed)
  16. 5 steps (5 passed)
Add Comment
Please, Sign In to add comment