test/test_helper.rb in route_downcaser-1.2.0 vs test/test_helper.rb in route_downcaser-1.2.1

- old
+ new

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