summaryrefslogtreecommitdiffstats
path: root/doc/RUNNING_TESTS
blob: 7114af4ee094f3b80820933225ec78680296dad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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
=============

Run `rake --tasks test` to see available tests.
`rake test` will run the entire testsuite.

Before running `rake test` you need to configure both development
and test databases.

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.

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