test/test_helper.rb in maestrano-0.3.0 vs test/test_helper.rb in maestrano-0.4.0
- old
+ new
@@ -36,9 +36,10 @@
class Test::Unit::TestCase
setup do
@api_mock = mock('api_mock')
Maestrano::API::Operation::Base.mock_rest_client = @api_mock
Maestrano.configure do |config|
+ config.app_id = "app-1"
config.api_key = "g15354F34f3x5z"
config.environment = 'production'
end
end
end