Ensure we have monkeys.txt copied into the webapp directory before tests

Tests will expect it to be there
This commit is contained in:
R. Tyler Croy 2018-01-02 15:16:01 -08:00
parent c6bffa354d
commit e8fbbb891d
No known key found for this signature in database
GPG Key ID: 1426C7DC3F51E16F
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ check: spec check-container
depends: Gemfile
./scripts/ruby bundle install
spec: depends
spec: depends monkeys.txt
./scripts/ruby bundle exec rspec -c
run: depends monkeys.txt