Add simplecov for code coverage

This commit is contained in:
Lars Henrik Mai 2016-01-11 22:01:33 +01:00
parent fce65636f7
commit acfb973efc
4 changed files with 12 additions and 0 deletions

View file

@ -1,3 +1,6 @@
require 'simplecov'
SimpleCov.start 'rails'
ENV['RAILS_ENV'] ||= 'test'
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'