Commit Graph

3 Commits

Author SHA1 Message Date
Elliot Winkler 5c3fb37a14 Install appraisals before running the test suite
Currently, `rake` does run the `appraise` task before running tests. If
you run `rake appraise` on its own, it runs `rake appraise:install`
beforehand. However, the way that `rake` runs `appraise` is by
executing, not invoking, it. Hence, `appraisal:install` will actually
not be run (as #execute does not run dependencies for the task being
executed).

This fix is mostly useful when running tests locally -- on Travis this
isn't a problem b/c we are running `rake spec cucumber` instead of just
`rake`.
2014-02-22 14:46:55 -07:00
Melissa Xie 0209b3e48c Include step to update NEWS in contribution guidelines 2013-03-27 11:11:19 -04:00
Gabe Berke-Williams 76127ea45f Update contribution guidelines. 2012-03-18 20:39:15 -04:00