I wonder if anyone has some clues as to what is happening in the
following…
Output from running the feature…
Quote>>
Scenario: Create an Order
Given I’m viewing the Rubber Duck product
When I press “Add to cart”
Then I should see “Rubber Duck”
When I press “Checkout”
Then I should see “Checkout”
When I fill in “order_name” with “Kevin Evans</
span>”
And I fill in “order_email” with
“[email protected]”
And I fill in “order_spinach” with “55555”
And I press “Submit Order”
uninitialized constant ActionController::AbstractRequest (NameError)
(eval):2:in /^I press "(.*)"$/' /Users/kwe/Sites/newtoys/features/cart.feature:44:in
And I press
“Submit Order”’
Then I should see “Thankyou for your order”
Specifically, the
And I press “Submit Order”
uninitialized constant ActionController::AbstractRequest (NameError)
(eval):2:in `/^I press “(.*)”$/’
The other 'When I press" actions work fine?!