aboutsummaryrefslogtreecommitdiffstats
path: root/test/controllers
diff options
context:
space:
mode:
authorTeddy Wing2015-12-31 01:18:58 -0800
committerTeddy Wing2015-12-31 01:18:58 -0800
commit4b945cc8801549990fde0b4dfc1c39e20d9b23c3 (patch)
tree14c064c0ab8afa3ef01454e43b5b2f301f6665a3 /test/controllers
parent51b79d389c694441deff4489be474fd87dddcaf9 (diff)
downloadEvernote-Rails-Example-4b945cc8801549990fde0b4dfc1c39e20d9b23c3.tar.bz2
Remove Auth::EvernoteController
No longer used now that we're authenticating with OmniAuth.
Diffstat (limited to 'test/controllers')
-rw-r--r--test/controllers/auth/evernote_controller_test.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/controllers/auth/evernote_controller_test.rb b/test/controllers/auth/evernote_controller_test.rb
deleted file mode 100644
index 5505b58..0000000
--- a/test/controllers/auth/evernote_controller_test.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-require 'test_helper'
-
-class Auth::EvernoteControllerTest < ActionController::TestCase
- # test "the truth" do
- # assert true
- # end
-end