spec/spec_helper.rb in test-harness-0.4.7 vs spec/spec_helper.rb in test-harness-0.4.9
- old
+ new
@@ -5,8 +5,13 @@
# 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