Thanks for the great walkthrough! I had a couple issues getting the specs to pass.
When running the Oauth controller spec, the callback method check successfully requests the omniauth.auth. The registration check spits out an error saying:
NameError:
undefined local variable or method `page'
While the Oauth account record check spits out an error:
NameError:
uninitialized constant OauthAccount
Hey Troy,
Thanks for the great walkthrough! I had a couple issues getting the specs to pass.
When running the Oauth controller spec, the callback method check successfully requests the omniauth.auth. The registration check spits out an error saying:
NameError:
undefined local variable or method `page'
While the Oauth account record check spits out an error:
NameError:
uninitialized constant OauthAccount
Any recommendations on resolving these errors?
Thanks,
Geezy