summaryrefslogtreecommitdiff
path: root/spec/ci/support/monkey_patches/oauth2.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ci/support/monkey_patches/oauth2.rb')
-rw-r--r--spec/ci/support/monkey_patches/oauth2.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/ci/support/monkey_patches/oauth2.rb b/spec/ci/support/monkey_patches/oauth2.rb
deleted file mode 100644
index dfd5e319f00..00000000000
--- a/spec/ci/support/monkey_patches/oauth2.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-module OAuth2
- class Client
- def get_token(params, access_token_opts = {}, access_token_class = AccessToken)
- OpenStruct.new(token: "some_token")
- end
- end
-end \ No newline at end of file