Skip to content
yaaaaashiki edited this page May 2, 2018 · 2 revisions

Executation command

Database creation for test environment

rails db:migrate:reset RAILS_ENV=test

Test executation

bundle exec rails spec