Skip to content

Commit

Permalink
only require coverage_setup on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurnn committed Mar 10, 2014
1 parent 97f7914 commit b652031
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_helper.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
require 'bundler/setup'
require 'coverage_setup'
require 'coverage_setup' if ENV["CI"]
require 'minitest/autorun'
require 'active_model_serializers'
require 'fixtures/poro'
Expand Down

0 comments on commit b652031

Please sign in to comment.