I\'m working开发者_运维技巧 on my company\'s intranet with cucumber 0.8.5 gherkin 2.1.5 And I\'m trying to switch from using ruby 1.8.7 to jruby 1.5.1
I am using capybara with cucumber in rails 2.3.9 application. Here is my html code <开发者_如何转开发;a href=\"http://twitter.com/dorelal\" target=\"_blank\" title=\"twitter\">
I am using cucumber and capybara along with rails 2.3.9. How do I verify the开发者_运维技巧 page title? I try to have a good page title for every GET request and would like to verify that in my cucum
I am thinking of running my cucumber tests on my rails app when it is running on heroku. Is this a sane way to check for diffe开发者_如何学JAVArences between development environment and deployment env
From a cucumber feature file when I go to \'Run features\' Im getting the error below in the popup box that appears.
I am using Rails 3 with Cucumber, Capybara and Factory_Girl.I am trying to test following the \"Show\" link for just one of the rows on an HTML table.I am using the syntax:
I\'m wondering how to write a cucumber feature and spec to check the following validation Field email, here is the validation in the model
I\'m trying to get webrat to select a radio button from a list, using cucumber. I have this scenario: Scenario: Update an existing article
I am using cucumber and factory_girl in a rails 2.3.9 project. Here is one of the givens in one of my features.
I am using 开发者_开发知识库capybara along with cucumber on a Rails 2.3.9 project. I have users index page and I have two records there. Using capybara how do I assert that there are only two records