Sha256: a0149e3b9bdbf60d96912e6040ccd6a6dc552c3a035b1c2330e472693935c48a
Contents?: true
Size: 335 Bytes
Versions: 15
Compression:
Stored size: 335 Bytes
Contents
require File.expand_path(File.dirname(__FILE__)) + "/../config/test_environment" require 'test_helper' require 'constructor' require 'hardmock' class Test::Unit::TestCase extend Behaviors def redefine_global_constant(constant, value) $config_options[constant.downcase.to_sym].replace(value) end end
Version data entries
15 entries across 15 versions & 1 rubygems