ipoval
2011-Nov-08 22:40 UTC
[rspec-users] Are there plans to introduce conf.simplecov option?
Hi, 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. -- Thanks!
David Chelimsky
2011-Nov-15 03:49 UTC
[rspec-users] Are there plans to introduce conf.simplecov option?
On Nov 8, 2011, at 4:40 PM, ipoval wrote:> Hi, > > 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.No plan yet. Please submit a feature request to https://github.com/rspec/rspec-core/issues and we can discuss it there. Cheers, David