Skip to content

Commit 40d3df8

Browse files
committed
Added simplecov to spec helper
1 parent c74d2ed commit 40d3df8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spec/spec_helper.rb

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
require 'simplecov'
2+
SimpleCov.start 'rails'
3+
14
# This file is copied to spec/ when you run 'rails generate rspec:install'
25
ENV["RAILS_ENV"] = 'test'
36
require File.expand_path("../../config/environment", __FILE__)

0 commit comments

Comments
 (0)