Skip to content

Instantly share code, notes, and snippets.

@tuwukee
Created November 28, 2018 12:43
Show Gist options
  • Save tuwukee/8d69a55d4f33339cb400a719175fd5c8 to your computer and use it in GitHub Desktop.
Save tuwukee/8d69a55d4f33339cb400a719175fd5c8 to your computer and use it in GitHub Desktop.
describe AuthService do
# ...
before { allow_any_instance_of(Dnsruby::Resolver).to receive(:query).and_return(message) }
# ...
before { allow(AuthService).to receive(:sso_url).and_return(sso_auth_url) }
# ...
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment