Skip to content

Commit

Permalink
adding an explanation of the new testing practices to README
Browse files Browse the repository at this point in the history
  • Loading branch information
chadoh committed Apr 18, 2012
1 parent 3cdd6a5 commit f915875
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,17 @@ integration folder:
rake db:migrate
cucumber

## Where to test what

If you're making or tweaking a plugin (such as the formastic plugin or
simple\_form plugin), check out the simple\_form\_plugin\_test for an
example of how to test it as part of the main `rake test` run.
Historically, plugins like these had been tested (shoddily) as part of
the integration tests. Feel free to remove them from the integration
suite and move them into the main suite. Your tests will run much
faster, and there will be less likelihood of your feature breaking in
the future. Thanks!

# Thanks to

Everyone on [this list](https://github.com/crowdint/rails3-jquery-autocomplete/contributors)
Expand Down

0 comments on commit f915875

Please sign in to comment.