From e213d3992b5e83b60230ed21297d19978b23b269 Mon Sep 17 00:00:00 2001 From: Pranav Raj S Date: Sat, 31 Aug 2019 12:11:10 +0530 Subject: [PATCH] Update circle CI command to fix rspec (#23) --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ea2e512c2..adde78b8b 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: