I\'m setting up my test environment with Rspec + Capybara, but I get this undefined last_response. I was searching throught the web and SO. I found couple of things about version, use git repo instead
I\'m writing a command-line application in Ruby. I\'m rather familiar with Rspec 2, as it\'s used in some Rails applications I\'m working on. I\'m writing a command-line application and I\'m attemptin
In my actual project I use the following gems for testing: capybara from git://github.com/jnicklas/capybara.git in revision 6641fddcfc337a3ddaa84ac59272e884090332c3
I have an odd situation whereby if I run an individual rspec model spec file all examples are green, if I test my entire spec/models folder all my examples are green. If I test the controllers they al
I would like to test the following helper module function: module UploadsHelper def custom_img_tag(upload, width, height, id)
I have an Employee model, Client model, and an Office model. Devise is controlling the authentication logic on the Employee. I have multiple controllers which are subclassing a base controller which s
Upgraded form Rails 2 to 3. And RSpec 1 to 2. It looks like capybara/webrat is trying to find the template when I only want it to find the action. What is a possible workaround?
By default, Cucumber ignores rescue_from in your ApplicationController and reports any exceptions directly.This is accomplished by the following line in the Cucumber env.rb file
I\'m getting the following failure during RSpec tests.. no such file to load -- action_controller/integration
I\'m trying to write some tests for 开发者_如何学Cemails generated with a mailer class using rspec and email_spec (Ruby on Rails 3.0.7)