spec/examples/github_client_spec.rb in oauth2-client-1.1.2 vs spec/examples/github_client_spec.rb in oauth2-client-1.1.3
- old
+ new
@@ -3,11 +3,9 @@
describe GithubClient do
subject do
GithubClient.new('https://github.com', '2945e6425da3d5d17ffc', '0a8f686f2835a70a79dbcece2ec63bc5079f40a8')
-
- # GithubClient.new('https://github.com', '82f971d013e8d637a7e1', '1a1d59e1f8b8afa5f73e9dc9f17e25f7876e64ac')
end
describe "#webserver_authorization_url" do
it "returns the authorization url" do
auth_url = subject.webserver_authorization_url(
\ No newline at end of file