test/helper.rb in sanford-0.2.0 vs test/helper.rb in sanford-0.3.0

- old
+ new

@@ -5,10 +5,10 @@ ROOT = File.expand_path('../..', __FILE__) require 'sanford' Sanford.configure do |config| - config.services_config = File.join(ROOT, 'test/support/services') + config.services_file = File.join(ROOT, 'test/support/services') end Sanford.init require 'test/support/fake_connection' require 'test/support/service_handlers'