Posted By: David Chelimsky
Date: 2006-11-25 00:58
Summary: rspec 0.7.3 released
Project: RSpec
A couple of things you need to change in your rails specs: # spec_helper.rb is a little different (see http://rspec.rubyforge.org/upgrade.html) # use controller.should_render before OR after the action (controller.should_have_rendered is deprecated)
|
|