I wanted to ask if there are plans to introduce Rspec.configure { |
conf| conf.simplecov = true } option?
I understand that it is easy to add “require ‘simplecov’;
SimpleCov.start” into the spec_helper.rb, but it just doesn’t look
nice there.
I wanted to ask if there are plans to introduce Rspec.configure { |
conf| conf.simplecov = true } option?
I understand that it is easy to add “require ‘simplecov’;
SimpleCov.start” into the spec_helper.rb, but it just doesn’t look
nice there.