test/test_helper.rb in gmaps_geocoding-0.1.4 vs test/test_helper.rb in gmaps_geocoding-1.0.0
- old
+ new
@@ -1,9 +1,6 @@
+require 'test/unit'
require 'simplecov'
SimpleCov.start do
- add_filter 'coverage'
- add_filter 'doc'
- add_filter 'pkg'
- add_filter 'test'
+ add_filter '/test/'
end
-SimpleCov.command_name 'Unit Tests'