diff options
Diffstat (limited to 'doc/RUNNING_TESTS')
-rw-r--r-- | doc/RUNNING_TESTS | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/RUNNING_TESTS b/doc/RUNNING_TESTS index 3386e6f31..40448a949 100644 --- a/doc/RUNNING_TESTS +++ b/doc/RUNNING_TESTS @@ -1,8 +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. +Remove your .bundle/config if you've already installed Redmine without +the test dependencies. +Then, run `bundle install`. Running Tests ============= |