I\'m trying to follow the tutorial set out in The RSpec Book and I\'m onto the chapter about making Webrat work with Selenium.
I was working on some project using webrat and cucumber (rails 3), so I created a feature with this command
I am learning how to write tests with cucumber/webrat. One of my test scenarios is set to test form validation (leaving field(s) empty). Strangely enough, fields that I do not fill-in with fill_in are
My feature file: Feature: home page links Background: I am on the home page Given I am on the home page Scenario: I visit the about page
I am new to rails and am running through the rails 3 tutorial. I have a problem running integration tests. It seems that the method \'visit\' (Webrat?) will always fail. This is the kind of error mess
I\'m writing some RSpec tests for my Rails 3 application and trying to switch from Webrat to Capybara. So far so good but the application uses HTTP basic auth to authorize my admin user, any idea how
I\'m using rails with authlogic for sign in.I\'m trying to write an integration test for signing out with rspec and webrat.
Hi I ran in this issue a while ago... authlogic flash[:notice] does not show up in cucumber w开发者_JAVA技巧ebrat step
I am using restful_authentication 1.1.6on rails 2.3.5 and testing with webrat 0.7.1 The login works fine when I use a browser to test it. When
In Cucumber, I\'m trying to create a step like this: Then I should see \"Example business name\" in the \"Business name\" input