Setup shoulda for testing. (#4005)

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@2925 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Eric Davis
2009-10-17 20:37:23 +00:00
parent afd2d4afc6
commit 4425acafff
3 changed files with 48 additions and 0 deletions
+6
View File
@@ -1,3 +1,9 @@
Installing gems for testing
===========================
Run `rake gems RAILS_ENV=test` to list the required gems. Run
`rake gems:install RAILS_ENV=test` to install any missing gems.
Running Tests
=============