Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 264 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (12 loc) · 264 Bytes

Contributing

Running tests

The scripts/make_site.sh script will create a test site for a specific version of Rails:

export RAILS_VERSION=4.2.0
scripts/make_site.sh

Once the test site is created you can run the tests:

scripts/run_tests.sh