test/test_helper.rb in route_downcaser-0.2.2 vs test/test_helper.rb in route_downcaser-1.0.1

- old
+ new

@@ -1,4 +1,7 @@ +require "codeclimate-test-reporter" +CodeClimate::TestReporter.start + # Configure Rails Environment ENV["RAILS_ENV"] = "test" require File.expand_path("../dummy/config/environment.rb", __FILE__) require "rails/test_help"