Browse Source

CLDC-NONE: mention test database migrations

pull/3106/head
Samuel Young 1 month ago
parent
commit
d34f04dfed
  1. 6
      docs/setup.md

6
docs/setup.md

@ -230,6 +230,12 @@ bundle exec rspec ./spec/path/to/file.rb
or run individual files/tests from your IDE or run individual files/tests from your IDE
If you have made database changes, you may need to run the migrations for the test database:
```bash
bundle exec rake db:migrate RAILS_ENV=test
```
### Feature toggles ### Feature toggles
Feature toggles can be found in `app/services/feature_toggle.rb` Feature toggles can be found in `app/services/feature_toggle.rb`

Loading…
Cancel
Save