Skip to content

Commit

Permalink
Merge pull request #308 from hunner/remove_cov
Browse files Browse the repository at this point in the history
Remove simplecov
  • Loading branch information
Ashley Penney committed Aug 6, 2014
2 parents 2ba0e37 + a7c129b commit e6eb863
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module PuppetSpec

require 'puppet'
require 'rspec-puppet'
require 'simplecov'
require 'puppetlabs_spec_helper/module_spec_helper'
require 'puppet_spec/verbose'
require 'puppet_spec/files'
Expand All @@ -21,10 +20,6 @@ module PuppetSpec
require 'mocha/setup'


SimpleCov.start do
add_filter "/spec/"
end


RSpec.configure do |config|
config.before :each do
Expand Down

0 comments on commit e6eb863

Please sign in to comment.