Sha256: 19b78380aa04fad01d89885d1ebc0d74da4b7529c79e5f4f41e27ce4917f41bb

Contents?: true

Size: 362 Bytes

Versions: 11

Compression:

Stored size: 362 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}

RSpec.configure do |config|
  
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
test-harness-0.4.7 spec/spec_helper.rb
test-harness-0.4.6 spec/spec_helper.rb
test-harness-0.4.5 spec/spec_helper.rb
test-harness-0.4.4 spec/spec_helper.rb
test-harness-0.4.3 spec/spec_helper.rb
test-harness-0.4.2 spec/spec_helper.rb
test-harness-0.4.1 spec/spec_helper.rb
test-harness-0.4.0 spec/spec_helper.rb
test-harness-0.3.0 spec/spec_helper.rb
test-harness-0.2.0 spec/spec_helper.rb
test-harness-0.1.0 spec/spec_helper.rb