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

- old
+ new

@@ -9,9 +9,10 @@ Sanford.configure do |config| config.services_config = File.join(ROOT, 'test/support/services') end Sanford.init +require 'test/support/fake_connection' require 'test/support/service_handlers' require 'test/support/simple_client' require 'test/support/helpers' if defined?(Assert)