I\'m trying to get a little more familiarity with Rails / ActiveRecord.In trying to do so I am attempting to use Cucumber to help with some \"discovery\" tests.
How can I de-activate the newer version of cucumber, or get this to work with the earlier version? 开发者_Go百科
I posted this to the Cucumber group with no replies, which makes me wonder if this is actually a cucumber issue or not. I\'m pretty new to cucumber, and there are a number of things I really don\'t qu
Does anyone know how to assert 开发者_开发问答that a checkbox or input is disabled?I can\'t find anything to indicated that this is supported
I am trying to follow this tutorial and I get the following error which turns up no google results and I\'m still too inexperienced to know how to fix it.Any suggestions?
I found example how to use on: http://www.claytonlz.com/index.php/2009/04/how-to-setup-rspec-cucumber-webrat-rcov-and-autotest-on-leo开发者_开发百科pard/
I test my application with Cucumber and it worked before I\'ve added auto-detection of locales from WWW browser in application_controller.rb:
We are considering using Cucumber for testing web applications (not in rails, most of them are asp.net actually).
I added Subdomain-fu in my project. In ApplicationController I have before_filter which checks url and redirects app.com to www.app.com, www.subdomain.app.com to subdomain.app.com and checks account e
I\'m spending my first few days with cucumber/selenium trying to figure out whether RBB is the thing I want to use in my latest RoR project.