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. Any opinions or suggestions please? Aidy
_______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users