test/test_helper.rb in workarea-braintree-1.1.0 vs test/test_helper.rb in workarea-braintree-1.1.1

- old
+ new

@@ -1,11 +1,4 @@ -require 'simplecov' - -SimpleCov.start "rails" do - add_filter "version.rb" - add_filter "lib/active_merchant/billing/bogus_braintree_gateway.rb" -end - ENV['RAILS_ENV'] = 'test' require File.expand_path("../../test/dummy/config/environment.rb", __FILE__) require 'rails/test_help' require 'workarea/test_help'