omniauth strategy

This commit is contained in:
Zachary Chai
2016-10-17 14:26:31 -04:00
parent c32b48213a
commit 0d73a77f1f
10 changed files with 99 additions and 2 deletions

11
test/fixtures/users.yml vendored Normal file
View File

@ -0,0 +1,11 @@
# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
provider: MyString
uid: MyString
name: MyString
two:
provider: MyString
uid: MyString
name: MyString

7
test/models/user_test.rb Normal file
View File

@ -0,0 +1,7 @@
require 'test_helper'
class UserTest < ActiveSupport::TestCase
# test "the truth" do
# assert true
# end
end