Skip to content

Commit

Permalink
Merge pull request #322 from hunner/remove_simplecov
Browse files Browse the repository at this point in the history
Remove simplecov
  • Loading branch information
cyberious committed Sep 16, 2014
2 parents da11903 + cf8d144 commit 4a79fd0
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 4a79fd0

Please sign in to comment.