Webrat is an acceptance testing library for Web applications written in Ruby.
Just switched from Cucumber+Webrat to Cucumber+Capybara and I am wondering how you can POST content to a URL …
ruby-on-rails cucumber webrat capybaraI started migrating from cucumber + webrat to cucumber + capybara. Now the behavior of "I should see " seems to be somewhat …
ruby-on-rails cucumber webrat capybaraI am working on some Cucumber stories for a 'sign up' application which has a number of steps. Rather then …
ruby-on-rails testing rspec cucumber webratI'm writing some RSpec tests for my Rails 3 application and trying to switch from Webrat to Capybara. So far so …
ruby-on-rails testing authentication webrat capybaraI have the following html with multiple inputs: <input type="submit" value="Save and close" name="commit"/> <…
ruby-on-rails regex cucumber webratI'm working my way through the Rails Tutorial book by Hartl and I'm completely stuck on one of the tests. …
ruby-on-rails rspec webratI'm using webrat with cucumber and I would like to test if a radio button is checked already when I …
radio-button cucumber webrat checkedI am getting started with RSpec. I have a new rails 3 app which uses the HTTP_ACCEPT_HEADER or the …
ruby-on-rails rspec cucumber webratWhat I'm trying to ahieve is to do integration tests with webrat in rails3 like Yehuda does with test-unit in …
ruby-on-rails rspec integration-testing ruby-on-rails-3 webratIn Cucumber, I'm trying to create a step like this: Then I should see "Example business name" in the "Business …
ruby-on-rails cucumber webrat capybara