Very nice episode !
I can't seem to get Simplecov working with Minitest.
The output is of 0% file coverage when i write on top of the minitest_helper.rb file :
ruby
require 'simplecov'SimpleCov.start 'rails'
Has anyone got this to work ?
Thanks a lot for your help.
Maybe the request is just meeting a timeout, in which case it falls back to a normal request. You can configure the timeout delay, which is by default 650ms.
Thanks a lot! It was driving me mad
Very nice episode !
I can't seem to get Simplecov working with Minitest.
The output is of 0% file coverage when i write on top of the minitest_helper.rb file :
Has anyone got this to work ?
Thanks a lot for your help.
Maybe the request is just meeting a timeout, in which case it falls back to a normal request. You can configure the timeout delay, which is by default 650ms.