Skip to content

Commit

Permalink
add setup dummy db steps to reamde
Browse files Browse the repository at this point in the history
  • Loading branch information
misaka committed Jun 9, 2022
1 parent d10e3b8 commit c74c23e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,10 @@ bundle exec rails dfe:analytics:import_entity[ModelName]

## Contributing

Make a copy of this repository, run `bundle install`, then `bundle exec rspec`
to run the tests.
1. Make a copy of this repository
2. Install dependencies: `bundle install`
3. Create dummy app db: `( cd spec/dummy ; bundle exec rake db:setup )`
4. Run the tests: `bundle exec rspec`

## License

Expand Down

0 comments on commit c74c23e

Please sign in to comment.