spec/spec_helper.rb in moo_moo-0.9.0 vs spec/spec_helper.rb in moo_moo-0.10.0
- old
+ new
@@ -56,16 +56,14 @@
MooMoo.configure do |config|
if live_test?
config.host = ENV['OPENSRS_TEST_URL'] if ENV['OPENSRS_TEST_URL']
config.key = ENV['OPENSRS_TEST_KEY'] || raise(ArgumentError, "OPENSRS_TEST_KEY is required")
config.username = ENV['OPENSRS_TEST_USER'] || raise(ArgumentError, "OPENSRS_TEST_USER is required")
- config.password = ENV['OPENSRS_TEST_PASS'] || raise(ArgumentError, "OPENSRS_TEST_PASS is required")
else
config.host = "testhost.com"
config.key = "testkey"
config.username = "testuser"
- config.password = "testpass"
end
end
end
end
@@ -96,6 +94,6 @@
end
description do
"have registered service :#{method_name} delegating to action :#{action_name} and object :#{object_name}"
end
-end
\ No newline at end of file
+end