Skip to content

Commit

Permalink
Fix error in generator name
Browse files Browse the repository at this point in the history
  • Loading branch information
alindeman committed Apr 16, 2011
1 parent 5d838bb commit e077140
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion features/Upgrade.md
Expand Up @@ -14,7 +14,7 @@ There were a few changes to the generated `spec/spec_helper.rb` file. We
recommend the following: recommend the following:


1. set aside a copy of your existing `spec/spec_helper.rb` file. 1. set aside a copy of your existing `spec/spec_helper.rb` file.
2. run `rails generate spec:install` 2. run `rails generate rspec:install`
3. copy any customizations from your old spec_helper to the new one 3. copy any customizations from your old spec_helper to the new one


If you prefer to make the changes manually in the existing spec_helper, here If you prefer to make the changes manually in the existing spec_helper, here
Expand Down

0 comments on commit e077140

Please sign in to comment.