Skip to content

Commit bd5da8e

Browse files
soulcuttercupakromer
authored andcommitted
Backport pull request #1102 from rspec/upgrade-documentation-tweak
'git move' should be 'git mv'
1 parent 9341640 commit bd5da8e

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)