Skip to content

Commit

Permalink
Put coveralls to top
Browse files Browse the repository at this point in the history
  • Loading branch information
thbe committed Oct 27, 2015
1 parent 55ac64d commit 049145f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
require 'coveralls'
Coveralls.wear!

require 'puppetlabs_spec_helper/module_spec_helper'

require 'rspec-puppet'
Expand All @@ -6,8 +9,6 @@

require 'simplecov'
require 'simplecov-console'
require 'coveralls'
Coveralls.wear!

SimpleCov.formatter = Coveralls::SimpleCov::Formatter
SimpleCov.start do
Expand Down

0 comments on commit 049145f

Please sign in to comment.