oauth cleanup: test fakes and generic provider

This commit is contained in:
2016-09-17 21:53:41 -05:00
parent 5dc60e0b41
commit b9177bb55d
10 changed files with 96 additions and 23 deletions

View File

@ -22,6 +22,10 @@ group :development do
gem 'web-console'
end
group :test do
gem 'webmock'
end
group :development, :test do
gem 'awesome_print'
gem 'binding_of_caller'