Update circle CI command to fix rspec (#23)
This commit is contained in:
@@ -78,7 +78,7 @@ jobs:
|
|||||||
# Run rails tests
|
# Run rails tests
|
||||||
- type: shell
|
- type: shell
|
||||||
command: |
|
command: |
|
||||||
bin/rails test $(circleci tests glob "test/**/*_test.rb" | circleci tests split --split-by=timings)
|
bundle exec rspec $(circleci tests glob "spec/**/*_spec.rb" | circleci tests split --split-by=timings)
|
||||||
|
|
||||||
# collect reports
|
# collect reports
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
|
|||||||
Reference in New Issue
Block a user