RailsCasts Pro episodes are now free!

Learn more or hide this

VonD's Profile

GitHub User: VonD

Comments by

Avatar

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.

Avatar

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.