There was an error while loading. Please reload this page.
1 parent 478c1ea commit 60349e4Copy full SHA for 60349e4
.circleci/config.yml
@@ -63,7 +63,7 @@ jobs:
63
bundle exec rspec --format progress \
64
--out /tmp/test-results/rspec.xml \
65
--format progress \
66
- -- {$TEST_FILES}
+ -- ${TEST_FILES}
67
68
- run:
69
name: Code Climate Test Coverage
0 commit comments