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
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..
>
> &
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