Commit 03656897 by soramugi

Change to `appraisal install`

executing to `rake appraisal:install` log

```
`rake appraisal:install` task is deprecated and will be removed soon. Please use `appraisal install`.
```
parent 0f7380b3
...@@ -43,7 +43,7 @@ will be asked to rewrite them before we'll accept. ...@@ -43,7 +43,7 @@ will be asked to rewrite them before we'll accept.
### Bootstrapping your test suite: ### Bootstrapping your test suite:
bundle install bundle install
bundle exec rake appraisal:install bundle exec appraisal install
This will install all the required gems that requires to test against each This will install all the required gems that requires to test against each
version of Rails, which defined in `gemfiles/*.gemfile`. version of Rails, which defined in `gemfiles/*.gemfile`.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment