mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Loading files if PLATFORM available.
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
require 'abstract_unit'
|
||||
require 'active_support/xml_mini'
|
||||
require 'active_support/core_ext/hash/conversions'
|
||||
|
||||
if RUBY_PLATFORM =~ /java/
|
||||
require 'abstract_unit'
|
||||
require 'active_support/xml_mini'
|
||||
require 'active_support/core_ext/hash/conversions'
|
||||
|
||||
class JDOMEngineTest < Test::Unit::TestCase
|
||||
class JDOMEngineTest < Test::Unit::TestCase
|
||||
include ActiveSupport
|
||||
|
||||
def setup
|
||||
|
||||
Reference in New Issue
Block a user