Skip to content

Commit

Permalink
Update command to run tests against a gemfiles subset
Browse files Browse the repository at this point in the history
  • Loading branch information
denzelem committed Sep 1, 2017
1 parent 2caa3e7 commit 77349f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -378,7 +378,7 @@ Development
- We run tests against several ActiveRecord versions.
- You can bundle all versions with `rake all:install`.
- You can run specs against all versions with `rake all:spec`.
- You can run specs against a single version with `VERSION=4.0 rake`.
- You can run specs against a single version with `VERSION=4.2.1.pg rake` or `VERSION="4.2.1.*" rake`.

If you are getting testing failures due to Mysql trying to connect as `root` user, you can put your Mysql credentials into `spec/support/database.yml`.
See `spec/support/database.sample.yml` for an example.
Expand Down

0 comments on commit 77349f0

Please sign in to comment.