From a443de365cc1ccfb57cbc416c4d780df9c9a0033 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 30 Dec 2015 17:37:42 -0800 Subject: Create SessionsController This will handle the OAuth callback coming from OmniAuth. --- test/controllers/sessions_controller_test.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/controllers/sessions_controller_test.rb (limited to 'test') diff --git a/test/controllers/sessions_controller_test.rb b/test/controllers/sessions_controller_test.rb new file mode 100644 index 0000000..d30ebc3 --- /dev/null +++ b/test/controllers/sessions_controller_test.rb @@ -0,0 +1,7 @@ +require 'test_helper' + +class SessionsControllerTest < ActionController::TestCase + # test "the truth" do + # assert true + # end +end -- cgit v1.2.3