Skip to content

Commit

Permalink
Removed needless platform detection
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed May 10, 2021
1 parent 01dda86 commit 57d704f
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions test/lib/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,3 @@
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

0 comments on commit 57d704f

Please sign in to comment.