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

Version Path
ceedling-0.25.0 test_graveyard/unit_test_helper.rb
ceedling-0.24.0 test_graveyard/unit_test_helper.rb
ceedling-0.22.0 test_graveyard/unit_test_helper.rb
ceedling-0.21.0 test_graveyard/unit_test_helper.rb
ceedling-0.20.3 test_graveyard/unit_test_helper.rb
ceedling-0.20.2 test_graveyard/unit_test_helper.rb