I set up Cucumber+Webrat+Selenium according to this article. Whenever I run my server, though, I keep getting:
I\'m using gem bundler (v.0.9.6) and Rails 2.3.5, rubygems 1.3.6 and ruby 1.8.7 (On Snow Leopard). My Gemfile looks like this:
What I\'m trying to ahieve is to do integration tests with webrat in rails3 like Yehuda does with test-unit in http://pivotallabs.com/talks/76-extending-rails-3 minute 34.
Anyone know how to get assert_response to work with webrat using selenium?I keep getting NoMethodError: undefined method `response_code\' for nil:NilClass
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 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
Has anyone been able to get the jQuery UI Dialog buttons to respond to click_button or selenium.click?I can\'t seem to be able to get this to work.
When I\'m working with AJAX + Webrat in Selenium mode, I\'ll often have to specify real domains and subdomains.Consequentially I\'ll get this
I\'m getting the following error when I\'m trying to install webrat in my OS X, please suggest me how can i solve this problem.
is it possible to follow a link by it\'s class name instead of the id, text or title? Given I have (haha, cucumber insider he?) the following html code: