Sha256: 213be10753f869db2b87ae5f94dedb86021ea3d78fd6b701d54a3123e6d0c40c

Contents?: true

Size: 492 Bytes

Versions: 10

Compression:

Stored size: 492 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'test_harness'

# Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f}

TestHarness.configure do |c|
  c.namespace = 'FakeHarness'
  c.autoload_path = File.expand_path('../fake_harness', __FILE__)
end

RSpec.configure do |config|
  
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
test-harness-0.6.3 spec/spec_helper.rb
test-harness-0.6.2 spec/spec_helper.rb
test-harness-0.6.1 spec/spec_helper.rb
test-harness-0.6.0 spec/spec_helper.rb
test-harness-0.4.14 spec/spec_helper.rb
test-harness-0.4.13 spec/spec_helper.rb
test-harness-0.4.12 spec/spec_helper.rb
test-harness-0.4.11 spec/spec_helper.rb
test-harness-0.4.10 spec/spec_helper.rb
test-harness-0.4.9 spec/spec_helper.rb