test/test_helper.rb in direction-0.0.3 vs test/test_helper.rb in direction-0.0.4

- old
+ new

@@ -1,9 +1,18 @@ -require 'minitest/spec' +require 'simplecov' +SimpleCov.start do + add_filter 'test' +end + +require 'coveralls' +if ENV['COVERALLS'] + Coveralls.wear! +end + require 'minitest/autorun' require 'direction' \ No newline at end of file