Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhallett authored Aug 27, 2018
1 parent 60010c2 commit ad93079
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ We use Rspec for testing:
bundle exec rspec
```

Note when using a fresh test database you will need to instantiate the test db with:
```bash
bundle exec rake db:create RAILS_ENV=test
```


Follow along via [Github Issues](https://github.com/datacite/lupo/issues).

### Note on Patches/Pull Requests
Expand All @@ -42,4 +48,4 @@ Follow along via [Github Issues](https://github.com/datacite/lupo/issues).

## License

**Lupo** is released under the [MIT License](https://github.com/datacite/lupo/blob/master/LICENSE).
**Lupo** is released under the [MIT License](https://github.com/datacite/lupo/blob/master/LICENSE).

0 comments on commit ad93079

Please sign in to comment.