test/support/auth_stub.rb in yao-0.7.0 vs test/support/auth_stub.rb in yao-0.8.0
- old
+ new
@@ -1,5 +1,6 @@
module AuthStub
+
def stub_auth_request(auth_url, username, password, tenant)
stub_request(:post, "#{auth_url}/tokens")
.with(
body: auth_json(username, password, tenant)
).to_return(