The test summary for the rspec tests is showing double the number of test cases run and failed. Any idea what’s going on?
e.g.
the total tests in this case were 181 with 3 failures but this is what the test summary returns.
Your build ran 362 tests with 6 failures
at the bottom of the rspec.xml (test output)
181 examples, 3 failures, 65 pending
.rspec
–color
–require spec_helper
–format progress
–format RspecJunitFormatter
-o $CIRCLE_TEST_REPORTS/rspec/rspec.xml