public
Rubygem
Description: RSpec's official Ruby on Rails plugin
Clone URL: git://github.com/dchelimsky/rspec-rails.git
rspec-rails / UPGRADE
100644 7 lines (4 sloc) 0.181 kb
1
2
3
4
5
6
7
== Upgrade
 
  script/generate rspec
  
Or modify spec_helper.rb based on the template, which can be found at:
 
  vendor/plugins/rspec-rails/generators/rspec/templates/spec_helper.rb