I\'m currently trying to set up integration/acceptance testing for a new rails 3 application with cucumber and capybara. (I initially planed to use webrat, but it seems that it does not support rails
i want to strip a quote in the following cucumber expression, but i get unknown step error Then I should see \"[\\\"20257\\\"]\\n\"
I would like this custom step: Then I should see the link \'foo\' and his opposite: But I should not see the link \'foo\'
Trying to follow this tutorial. Autotest fails with this error message: sg $autotest loading autotest/cucumber_rails_rspec2
I recently upgraded cucumber to version 0.8.5, but I\'m getting some unexpected errors with Authlogic. As a precursor to many of my user interface tests I have a default \'Given I am logged in\' metho
I mostly followed these instructions to get things spun up: http://lindsaar.net/2010/5/9/Getting-Rails-3-Edge-with-jQuery-RSpec-and-Cucumber-using-RVM
I\'ve recently added html validation to my cucumber features.I\'m using the gem be_valid_asset which works really well until Cucumber hits a @javascript flagged feature.T开发者_JAVA技巧his kicks in cu
I\'m using pickle 0.3.0 with rails, cucumber and mongoid. I do found that pickle0.3.0 automatically finds the ORM. But while I wrote a cucumber scenario and tested it, It didn\'t find any pickle steps
I want to test the age of a user of my Rails application using cucumber. The feature definition look somewhat like following.
I\'m little confused on how to use cuke\'s options. I know that I can run spec and cucumber in two different console. But I want it to run both.