Skip to content

Commit

Permalink
Rake db:migrate is needed to get tests to start.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mab879 committed Nov 26, 2011
1 parent f7c5e3b commit 8b9e89b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@ We love pull requests. Here's a quick guide:
1. Fork the repo.

2. Run the tests. We only take pull requests with passing tests, and it's great
to know that you have a clean slate: `bundle && rake`
to know that you have a clean slate:

bundle
rake db:migrate
rake

3. Add a test for your change. Only refactoring and documentation changes
require no new tests. If you are adding functionality or fixing a bug, we need
Expand Down

0 comments on commit 8b9e89b

Please sign in to comment.