##// END OF EJS Templates
Development database required for running rake test (closes #4153)....
Development database required for running rake test (closes #4153). git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3021 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r2907:d4ccce3c724a
r2907:d4ccce3c724a
Show More
RUNNING_TESTS
24 lines | 721 B | text/plain | TextLexer
Eric Davis
Setup shoulda for testing. (#4005)...
r2811 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.
Jean-Philippe Lang
Merged Git support branch (r1200 to r1226)....
r1222 Running Tests
=============
Eric Davis
Codified instructions from RUNNING_TESTS as rake tasks for convenience...
r2258 Run `rake --tasks test` to see available tests.
`rake test` will run the entire testsuite.
Jean-Philippe Lang
Merged Git support branch (r1200 to r1226)....
r1222
Jean-Philippe Lang
Development database required for running rake test (closes #4153)....
r2907 Before running `rake test` you need to configure both development
and test databases.
Jean-Philippe Lang
Merged Git support branch (r1200 to r1226)....
r1222
Eric Davis
Codified instructions from RUNNING_TESTS as rake tasks for convenience...
r2258 Creating test repositories
===================
Redmine supports a wide array of different version control systems.
To test the support, a test repository needs to be created for each of those.
Jean-Philippe Lang
Merged Git support branch (r1200 to r1226)....
r1222
Eric Davis
Codified instructions from RUNNING_TESTS as rake tasks for convenience...
r2258 Run `rake --tasks test:scm:setup` for a list of available test-repositories or
run `rake test:scm:setup:all` to set up all of them
Eric Davis
Slight non-code change to test git sync...
r1918