Skip to content

Commit

Permalink
Remove simplecov
Browse files Browse the repository at this point in the history
simplecov 0.9 dropped ruby 1.8 support, and stdlib is one of the oddball
modules that uses it. So we could probably just remove it and be okay.
  • Loading branch information
hunner committed Aug 5, 2014
1 parent 2ba0e37 commit a7c129b
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 a7c129b

Please sign in to comment.