Skip to content
This repository has been archived by the owner on Jan 3, 2025. It is now read-only.

Commit

Permalink
run rspec in spec/domains only (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
dunkOnIT authored Oct 16, 2023
1 parent 14baf36 commit 30fa22b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ services:
tty: true
command: >
bash -c 'bundle install && yarn install && bin/rake db:seed &&
RAILS_ENV=test bundle exec rspec -e PASSING'
RAILS_ENV=test bundle exec rspec spec/domains -e PASSING'
networks:
- wca-registration
depends_on:
Expand Down

0 comments on commit 30fa22b

Please sign in to comment.