binarylogic / authlogic

A simple ruby authentication solution.
http://rdoc.info/projects/binarylogic/authlogic
MIT License
4.34k stars 638 forks source link

Fixup the SimpleCov configuration for measurement test coverage. #688

Closed epaew closed 5 years ago

epaew commented 5 years ago

https://github.com/colszowka/simplecov#getting-started

  1. Load and launch SimpleCov at the very top of your test/test_helper.rb

Note: If SimpleCov starts after your application code is already loaded (via require), it won't be able to track your files and their coverage!

jaredbeck commented 5 years ago

Thanks Ryo