Closed cattywampus closed 10 years ago
This should be ready to go. You can use Appraisal to test with rails 3 and rails 4. To use appraisal, you need to install the gem and then use it to generate the gem lock files for each version of rails. Then you can wrap your commands much like bundle exec
.
$ bundle install
$ appraisal install
$ appraisal rails32 rake spec
$ appraisal rails40 rake spec
Signed-off-by: Keith Walters keith.walters@cattywamp.us