Guest User

Untitled

a guest
Feb 21st, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. Scenario: Register new make # features/manage_cars.feature:5
  2. Given I am an admin # features/step_definitions/shared_steps.rb:1
  3. And I am on the new make page # features/step_definitions/car_steps.rb:1
  4. When I attach the file at "tesla.jpg" to "logo" # features/step_definitions/webrat_steps.rb:81
  5. And I fill in "name" with "Tesla" # features/step_definitions/webrat_steps.rb:14
  6. And I press "Submit" # features/step_definitions/webrat_steps.rb:6
  7. Then a new make called "Tesla" should be created # features/step_definitions/car_steps.rb:14
  8. expected true, got false (Spec::Expectations::ExpectationNotMetError)
  9. ./features/step_definitions/car_steps.rb:15:in `Then /a new make called "(\w+)" should be created/'
  10. features/manage_cars.feature:11:in `Then a new make called "Tesla" should be created'
Add Comment
Please, Sign In to add comment