Skip to content

Commit

Permalink
exclude gems from SimpleCov stats on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlinsley committed May 14, 2014
1 parent 4183db8 commit a3da6e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/spec_helper_without_rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@
SimpleCov.start do
add_filter 'spec/'
add_filter 'features/'
add_filter 'bundle/' # for Travis
end

0 comments on commit a3da6e8

Please sign in to comment.