mixing in some sorcery auth

This commit is contained in:
2015-10-07 22:03:31 -05:00
parent 63d4063392
commit 5a9c4a341a
23 changed files with 626 additions and 34 deletions

View 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