Skip to content

Commit

Permalink
Added simplecov to spec helper
Browse files Browse the repository at this point in the history
  • Loading branch information
amanelis committed Jan 25, 2013
1 parent c74d2ed commit 40d3df8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions spec/spec_helper.rb
@@ -1,3 +1,6 @@
require 'simplecov'
SimpleCov.start 'rails'

# This file is copied to spec/ when you run 'rails generate rspec:install'
ENV["RAILS_ENV"] = 'test'
require File.expand_path("../../config/environment", __FILE__)
Expand Down

0 comments on commit 40d3df8

Please sign in to comment.