stovermc / grab_bag

Brownfield project that built an application as a clone of Dropbox.
https://grabbag.herokuapp.com/
1 stars 3 forks source link

Test dropbox oauth #77

Closed stovermc closed 7 years ago

stovermc commented 7 years ago

Fixes

What does this PR do?

Attempts made at mocking OAuth2 processing. Unable to mock dropbox OAuth handshake.

Where should the reviewer start?

How should this be manually tested?

Any background context you want to provide?

Unable to stub params[:code]

Screenshots (if appropriate)

Questions:

slague commented 7 years ago

@jmejia This is as far as @stovermc and I got on testing the dropbox api. We were able to successfully test both the DropboxTheif poro and Uploader poro. :) We made many attempts to stub the authenticated dropbox user and mock the dropbox oauth handshake but kept hitting a wall with the 'params[:code]' . Would love any advice on this!!!