Update circle CI command to fix rspec (#23)

This commit is contained in:
Pranav Raj S 2019-08-31 12:11:10 +05:30 committed by GitHub
parent beda21b84c
commit e213d3992b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,7 +78,7 @@ jobs:
# Run rails tests
- type: shell
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
- store_test_results: