HTML reports with RSPEC_PROFILE=each are not very useful, but they work. When I use RSPEC_PROFILE=all , however, all the percentages are NaN which also makes some reports not very useful and other reports actually broken.
Note (in case it matters) that I am specifying a single spec file for the run: RSPEC_PROFILE=each bx rspec spec/models/recurring_payment_spec.rb
Any ideas?
I also just realized that the behavior I'm getting for RSPEC_PROFILE=each is not what is claimed in the README. I'm getting a single output file for every spec example, not just one for every spec file.
HTML reports with RSPEC_PROFILE=each are not very useful, but they work. When I use RSPEC_PROFILE=all , however, all the percentages are NaN which also makes some reports not very useful and other reports actually broken.
Note (in case it matters) that I am specifying a single spec file for the run:
RSPEC_PROFILE=each bx rspec spec/models/recurring_payment_spec.rbAny ideas?
I also just realized that the behavior I'm getting for RSPEC_PROFILE=each is not what is claimed in the README. I'm getting a single output file for every spec example, not just one for every spec file.