.circleci/config.yml in qiita_trend-0.4.2 vs .circleci/config.yml in qiita_trend-0.4.3

- old
+ new

@@ -71,10 +71,10 @@ command: | TEST_FILES="$(circleci tests glob "spec/**/*_spec.rb" | circleci tests split --split-by=timings)" bundle exec rspec \ --format progress \ --format RspecJunitFormatter \ - --out test_results/rspec.xml \ + --out test_results/rspec/rspec.xml \ --format progress \ $TEST_FILES collect-reports: steps: