Skip to content
This repository has been archived by the owner on Dec 23, 2020. It is now read-only.

Commit

Permalink
Merge pull request #28 from sanemat/fix/readme-appraisal
Browse files Browse the repository at this point in the history
Adjust readme for appraisal v1.0
  • Loading branch information
sanemat committed Nov 11, 2013
2 parents 2eae1ea + 247e1ba commit 6ed2c91
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,17 @@ Use the `link_to_blank` helper method, equal `link_to('foo', target: '_blank')`

$ bundle exec rake

If you want to run against actionpack v3 and v4, run below:
If you want to run against actionpack v3.2, v4.0 and v4.1, run below:

$ bundle exec rake appraisal:install
$ bundle exec rake appraisal
$ bundle exec appraisal install
$ bundle exec appraisal rake

Test for specific version:

$ bundle exec rake appraisal:install
$ bundle exec rake appraisal:rails4_0
$ bundle exec appraisal install
$ bundle exec appraisal rails_4_0 rake

Prepare rails4_0 and rails3_2
Prepare rails_3_2(gem), rails_3_2_stable(github), rails_4_0(gem), rails_4_0_stable(github), rails_master(github)

## Contributing

Expand Down

0 comments on commit 6ed2c91

Please sign in to comment.