Skip to content

Commit 3d607b4

Browse files
committed
Merge pull request #1102 from rspec/upgrade-documentation-tweak
'git move' should be 'git mv' in upgrade docs
2 parents 9055469 + 339d055 commit 3d607b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/Upgrade.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ switch to the new helpers:
4444
1. Move the existing `spec_helper.rb` to `rails_helper.rb`:
4545

4646
```ruby
47-
git move spec/spec_helper.rb spec/rails_helper.rb
47+
git mv spec/spec_helper.rb spec/rails_helper.rb
4848
```
4949

5050
2. Run the installation rake task opting to not replace `rails_helper.rb`:

0 commit comments

Comments
 (0)