Scenario I have a controller with two actions only - :create and :delete. Where the create action is defined thus:
I\'ve got cucumber testing my drupal application with passing tests like so: Given /^I am authenticated as a \"([^\"]*)\" user$/ do |role|
I\'m playing around with RoR for the first time and hit a weird error. I have the following test code for my navigation links:
I\'m getting the following failure during RSpec tests.. no such file to load -- action_controller/integration
I have been using webrat with my rails 3.0.7 project and have been trying to write a test that uses regular expressions.It should fail, yet the if statement seems to corrupt the outcome.
This is the cucumber command (Works with other forms I have been testing): And I press \"Save\" This is the error message:
I am running cucumber tests with Webrat in external mode that is using Selenium.In production we are running behind https and so we are required to run our cucumber tests on https.
I\'m writing an integration test for rspec and I want to te开发者_如何转开发st that clicking on a link goes to the correct model page. More specifically, I want to test this on a list of links that ha
Am using windows xp, ruby (1.8.7), rails(2.3.5), cucumber(1.10.2), werat(0.7.3). Am entirely new to cucumber webrat and selenium.
What is the name of the gem that lets you开发者_JS百科 open the browser with the result in your request specS?