On Tue, Sep 23, 2008 at 11:18 AM, aidy lewis <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I am currently moving over my Watir Story Runner tests over to Cucumber.
>
> However, I have a verification_steps.rb that holds these two steps
>
>   Then "the user is at '$title' page" do |title|
>   browser.wait_until_includes(title)
>   end
>
>    Given "the user is at '$title' page" do |title|
>   browser.wait_until_includes(title)
>   end
>
>
> I think these *are* both valid 'Whens' and 'Thens', but I am getting a
> duplicate error from Cucumber.

I see a Given and a Then. Can you clarify?

>
> Any opinions or suggestions please?
>
> Aidy
_______________________________________________
rspec-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rspec-users

Reply via email to