I use Rails 3, Capybara 0.4.0, Akephalos (https://github.com/sorentwo/akephalos) Selenium-webdriver and Rspec 2. I use ruby 1.9
I\'m newbie in cucumber and I\'m struggling with it in my Rails 3 app :) Here are the gems included in my gemfile: cucumber, cucumber-rails, rspec, rspec-rails, capybara, capybara-envjs, database_cle
I\'m making changes to a text editor, and I need to be ab开发者_StackOverflowle to select text to manipulate it with JavaScript. How do I select text with Cucumber, Capybara and Selenium?I found anoth
I want to verify that a link with a specific href exists on a page.I am currently doing I should see \"/some-link-here\" but that seems to fail.How can I make sure开发者_如何转开发 that link exists wi
I have a step that fails with the following... expected #has_content?(\"July4, 2009\") to return true, got false
I have a model class named \"Driver\" in my project. After trying to do some tes开发者_开发知识库ts, Rspec threw this error:
I am using rails 3, Steak 开发者_如何学Go& Capybara. I have restful resources, is it possible to use routing helpers available to views and controllers?You just have to put this on your spec_helpe
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
first, sorry for the bad english. I have a test that submit a login form. after r开发者_Go百科edirect, when I test for a message \'successfully logged...\'
I am using Steak and Capybara to do my integration tests. I also would like to test the serialization output (webservices using XML and JSON format) of my models. The problem is that JSON is only avai