Skip to content

Commit 7448c8c

Browse files
committed
Update README.md
The git move command should be git mv
1 parent 3755f3e commit 7448c8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

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

102102
```ruby
103-
git move spec/spec_helper.rb spec/rails_helper.rb
103+
git mv spec/spec_helper.rb spec/rails_helper.rb
104104
```
105105

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

0 commit comments

Comments
 (0)