README: remove the explicit migration for test env
Since Rails 4.1, applications using `maintain_test_schema` do not need to run an explicit migration in the test env. See https://relishapp.com/rspec/rspec-rails/docs/upgrade
This commit is contained in:
parent
03f82ad0f0
commit
0621cb0240
1 changed files with 2 additions and 3 deletions
|
@ -48,9 +48,8 @@ Afin de générer la BDD de l'application, il est nécessaire d'exécuter les co
|
||||||
# Create and load the schema for both databases
|
# Create and load the schema for both databases
|
||||||
bin/rails db:create db:schema:load
|
bin/rails db:create db:schema:load
|
||||||
|
|
||||||
# Migrate the development database and then the test database
|
# Migrate the development database and the test database
|
||||||
bin/rails db:migrate
|
rails db:migrate
|
||||||
bin/rails db:migrate RAILS_ENV=test
|
|
||||||
|
|
||||||
## Bouchonnage de l’authentification
|
## Bouchonnage de l’authentification
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue