summaryrefslogtreecommitdiff
path: root/test/controllers/home_controller_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/controllers/home_controller_test.rb')
-rw-r--r--test/controllers/home_controller_test.rb8
1 files changed, 8 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..6bd87f6
--- /dev/null
+++ b/test/controllers/home_controller_test.rb
@@ -0,0 +1,8 @@
+require "test_helper"
+
+class HomeControllerTest < ActionDispatch::IntegrationTest
+ test "gets index" do
+ get home_index_url
+ assert_response :success
+ end
+end