mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-16 23:30:12 +01:00
Updated Testing (markdown)
parent
87bdd9a5ce
commit
20e46141c3
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ Testing Tracks is fairly simple. For its tests two different technologies are us
|
||||||
The tests make use of some gems which need to be installed first. If you have previously done a `bundle install --without development test` you will need to edit your `.bundle/config` and re-run `bundle install`.
|
The tests make use of some gems which need to be installed first. If you have previously done a `bundle install --without development test` you will need to edit your `.bundle/config` and re-run `bundle install`.
|
||||||
|
|
||||||
### Database
|
### Database
|
||||||
Ensure you have the `test` section properly configured in your `config/database.yml`.
|
Ensure you have the `test` section properly configured in your `config/database.yml`. The test environment should have its own database and should not share with the development or production environments.
|
||||||
|
|
||||||
Since Rails 4.1, the test environment automatically loads the database schema, so you do not need to run the migrations.
|
Since Rails 4.1, the test environment automatically loads the database schema, so you do not need to run the migrations.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue