Sha256: 4f19f2a06943417d55e6972df7f1dc8eb9ed91ea444b2035f6d921222ae39433
Contents?: true
Size: 319 Bytes
Versions: 6
Compression:
Stored size: 319 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
6 entries across 6 versions & 1 rubygems