mixing in some sorcery auth
This commit is contained in:
13
test/controllers/oauths_controller_test.rb
Normal file
13
test/controllers/oauths_controller_test.rb
Normal file
@ -0,0 +1,13 @@
|
||||
require 'test_helper'
|
||||
|
||||
class OauthsControllerTest < ActionController::TestCase
|
||||
# test "should get oauth" do
|
||||
# get :oauth
|
||||
# assert_response :success
|
||||
# end
|
||||
#
|
||||
# test "should get callback" do
|
||||
# get :callback
|
||||
# assert_response :success
|
||||
# end
|
||||
end
|
@ -39,6 +39,6 @@ marlin:
|
||||
sarah:
|
||||
first_name: Sarah
|
||||
last_name: Smith
|
||||
email: marlin.smith@mailinator.com
|
||||
email: sarah.smith@mailinator.com
|
||||
phone: 5005550006
|
||||
children: sally, nemo
|
7
test/models/authentication_test.rb
Normal file
7
test/models/authentication_test.rb
Normal file
@ -0,0 +1,7 @@
|
||||
require 'test_helper'
|
||||
|
||||
class AuthenticationTest < ActiveSupport::TestCase
|
||||
# test "the truth" do
|
||||
# assert true
|
||||
# end
|
||||
end
|
Reference in New Issue
Block a user