Added simplecov gem code changes

This commit is contained in:
Al Snow
2013-10-23 10:29:20 -04:00
parent 8fd7975b6c
commit 203a7a244f
5 changed files with 24 additions and 2 deletions
+5
View File
@@ -1,4 +1,9 @@
ENV["RAILS_ENV"] = "test"
# To use simplecov, do this: COVERAGE=true rake
require 'simplecov'
SimpleCov.start if ENV["COVERAGE"]
require File.expand_path('../../config/environment', __FILE__)
require 'rails/test_help'