aboutsummaryrefslogtreecommitdiffstats
path: root/test/controllers
diff options
context:
space:
mode:
authorTeddy Wing2015-12-30 17:19:37 -0800
committerTeddy Wing2015-12-30 17:45:27 -0800
commit358bad0827736ce61f24a640199ee2a99e9119c3 (patch)
tree086f6c75221333f6d13c7d19165126269312f503 /test/controllers
parentbf83780f6ee7f44c40409048ea9f2ebc177d6681 (diff)
downloadEvernote-Rails-Example-358bad0827736ce61f24a640199ee2a99e9119c3.tar.bz2
Add Auth::EvernoteController
Include some sample code from the 'evernote-oauth' gem README (https://github.com/evernote/evernote-oauth-ruby). Not quite sure how I'm going to get this to work just yet though.
Diffstat (limited to 'test/controllers')
-rw-r--r--test/controllers/auth/evernote_controller_test.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/controllers/auth/evernote_controller_test.rb b/test/controllers/auth/evernote_controller_test.rb
new file mode 100644
index 0000000..5505b58
--- /dev/null
+++ b/test/controllers/auth/evernote_controller_test.rb
@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class Auth::EvernoteControllerTest < ActionController::TestCase
+ # test "the truth" do
+ # assert true
+ # end
+end