Skip to content

Commit

Permalink
Clean up SimpleCov usage
Browse files Browse the repository at this point in the history
  • Loading branch information
joshuaclayton committed Apr 24, 2012
1 parent 0dcd70c commit ae4f43c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .simplecov
@@ -0,0 +1,4 @@
SimpleCov.start do
add_filter "/spec/"
add_filter "/tmp/"
end
1 change: 0 additions & 1 deletion features/support/env.rb
@@ -1,7 +1,6 @@
PROJECT_ROOT = File.expand_path(File.join(File.dirname(__FILE__), '..', '..'))

require "simplecov"
SimpleCov.start

$: << File.join(PROJECT_ROOT, 'lib')

Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Expand Up @@ -6,7 +6,6 @@
require 'rspec/autorun'

require "simplecov"
SimpleCov.start

require 'factory_girl'
require "mocha"
Expand Down

0 comments on commit ae4f43c

Please sign in to comment.