summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/lib/helper.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/lib/helper.rb b/test/lib/helper.rb
index 88a26310ee..909f8f98af 100644
--- a/test/lib/helper.rb
+++ b/test/lib/helper.rb
@@ -2,13 +2,3 @@ require "test/unit"
require_relative "core_assertions"
Test::Unit::TestCase.include Test::Unit::CoreAssertions
-
-module Test
- module Unit
- class TestCase
- def windows? platform = RUBY_PLATFORM
- /mswin|mingw/ =~ platform
- end
- end
- end
-end