Skip to content

Commit

Permalink
add coveralls to chefspec run
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock committed Dec 2, 2014
1 parent 2f56403 commit 7e4c3bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/spec_helper.rb
Expand Up @@ -17,6 +17,8 @@

require 'chefspec'
require 'chefspec/berkshelf'
require 'coveralls'

# coverage report
ChefSpec::Coverage.start!
Coveralls.wear!
at_exit { ChefSpec::Coverage.report! }

0 comments on commit 7e4c3bd

Please sign in to comment.