Add simplecov

This commit is contained in:
2014-03-04 17:23:38 +01:00
parent 6c00604b83
commit 3f117c76b0
5 changed files with 10 additions and 1 deletions
+2
View File
@@ -1,5 +1,7 @@
# This file is copied to spec/ when you run 'rails generate rspec:install'
ENV["RAILS_ENV"] ||= 'test'
require 'simplecov'
SimpleCov.start 'rails'
require File.expand_path("../../config/environment", __FILE__)
require 'rspec/rails'
require 'rspec/matchers'