Commit 818bef00 by Jon Yurek

Merge pull request #1724 from soramugi/appraisal_install

Change to `appraisal install`
parents a7675950 03656897
...@@ -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