Skip to content

Commit

Permalink
Add simplecov for test coverage data
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominic Cleal committed Jul 1, 2012
1 parent bee26e8 commit e625dfe
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
@@ -1,4 +1,5 @@
pkg pkg
coverage


## MAC OS ## MAC OS
.DS_Store .DS_Store
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTING.markdown
Expand Up @@ -37,6 +37,7 @@ Besides runtime pre-requisites (see README), you need:
* [puppetlabs_spec_helper](https://github.com/puppetlabs/puppetlabs_spec_helper) gem installed * [puppetlabs_spec_helper](https://github.com/puppetlabs/puppetlabs_spec_helper) gem installed
* rspec2 * rspec2
* mocha * mocha
* simplecov


## Patches ## Patches


Expand Down
2 changes: 2 additions & 0 deletions spec/spec_helper.rb
Expand Up @@ -4,6 +4,8 @@


require 'rubygems' require 'rubygems'


require 'simplecov'
SimpleCov.start
require 'mocha' require 'mocha'
require 'rspec' require 'rspec'


Expand Down

0 comments on commit e625dfe

Please sign in to comment.