we have a rather extensive acceptance test suite, running on our CI server triggered by a Github push hook. i\'d like to add a feature or spec to basically test wether rake assets:precompile runs smoo
I have the following simple cucumber step: Given I submit \"Father father father help us\" in reply to \"Where is the love?\"
I\'m writing cucumber tests to test user \'Remember me\' type functionality, and in order to do that in real life the user would close their browser开发者_开发问答, reopen their browser, and come back
I have a RESTful site that uses both the XML and web responses (API and web site). Since there are a lot of pages, my current goal is setting up RSpec to simply request each of the pages in both data
Scenario Outline: blah blah Scenarios: col | col | dat | dat | Scenario Outline bla开发者_如何学Pythonh blah
in my environments/test.rb: config.gem \"rspec\" config.gem \"rspec-rails\" relevant part of my gemfile:
I\'m using cucumber and capybara to do our ATs and I\'m trying to replace celerity/culerity with webkit and I\'m wondering if anyone knows of a way to have each scenario run a method (the same method开
I am new to rails and I having trouble using cucumber to run my tests.I get the following error: You have already activated activesupport 3.1.0, but your Gemfile requires activesupport 3.1.0.rc8. Con
I have defined this step: Then /^the \"([^\"]*)\" field(?: within (.*))? should be empty$/ do |field, parent|
I have a set of preferences I want to test the exact same tests for, and make sure they all behave appropriately. So, the for loop would iterate over each preference configuration, and run the same se