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

Version Path
ceedling-0.19.0 test_graveyard/unit_test_helper.rb
ceedling-0.18.0 test_graveyard/unit_test_helper.rb
ceedling-0.17.0 test_graveyard/unit_test_helper.rb
ceedling-0.16.0 test_graveyard/unit_test_helper.rb
ceedling-0.15.6 test_graveyard/unit_test_helper.rb
ceedling-0.15.5 test_graveyard/unit_test_helper.rb
ceedling-0.15.4 test_graveyard/unit_test_helper.rb
ceedling-0.15.3 test_graveyard/unit_test_helper.rb
ceedling-0.15.2 test_graveyard/unit_test_helper.rb
ceedling-0.15.1 test_graveyard/unit_test_helper.rb
ceedling-0.15.0 test_graveyard/unit_test_helper.rb
ceedling-0.13.0 test_graveyard/unit_test_helper.rb
ceedling-0.13.0.rc1 test_graveyard/unit_test_helper.rb
ceedling-0.0.2 new_project_template/vendor/ceedling/test/unit_test_helper.rb
ceedling-0.0.1 new_project_template/vendor/ceedling/test/unit_test_helper.rb