[rspec-users] Cucumber - wierd button pressing error

2009-05-04 Thread kwe
ss "Checkout" Then I should see "Checkout" When I fill in "order_name" with "Kevin Evans" And I fill in "order_email" with "kwev...@gmail.com" And I fill in "order_spinach" with "5" And I press "Submit Order" unini

Re: [rspec-users] Cucumber, Webrat and http basic auth

2008-11-20 Thread kwe
t; wrote: > On Thu, Nov 20, 2008 at 11:32 AM, kwe <[EMAIL PROTECTED]> wrote: > > Starting out with Cucumber and webrat and seem to be hitting a problem > > with a resource protected with http basic auth. > > > i.e. > > > The following feature.. > > &

[rspec-users] Cucumber, Webrat and http basic auth

2008-11-20 Thread kwe
Starting out with Cucumber and webrat and seem to be hitting a problem with a resource protected with http basic auth. i.e. The following feature.. Feature: Manage Pages In order to add a reference pages As a administrator I want to create a page Scenario: Add a page