aboutsummaryrefslogtreecommitdiffstats
path: root/test/controllers/home_controller_test.rb
diff options
context:
space:
mode:
authorTeddy Wing2015-01-23 23:04:04 -0500
committerTeddy Wing2015-01-23 23:20:42 -0500
commitf708e80dfb4440c4a2e5b26fdfe1179b0408ae17 (patch)
tree901a5b7574d39d64b1618404ee699004dc6e082a /test/controllers/home_controller_test.rb
parentee2e3781e55e3524fe8ae5123a06e9fdaf63c71f (diff)
downloadNotes-angular-demo-f708e80dfb4440c4a2e5b26fdfe1179b0408ae17.tar.bz2
Create HomeController
Diffstat (limited to 'test/controllers/home_controller_test.rb')
-rw-r--r--test/controllers/home_controller_test.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/controllers/home_controller_test.rb b/test/controllers/home_controller_test.rb
new file mode 100644
index 0000000..730478d
--- /dev/null
+++ b/test/controllers/home_controller_test.rb
@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class HomeControllerTest < ActionController::TestCase
+ # test "the truth" do
+ # assert true
+ # end
+end