test/test_helper.rb in pinpress-1.1.1 vs test/test_helper.rb in pinpress-1.1.2

- old
+ new

@@ -1,9 +1,6 @@ +require 'simplecov' require 'test/unit' -# Add test libraries you want to use here, e.g. mocha - class Test::Unit::TestCase - # Add global extensions to the test case class here - end