From 22207ed91997361da247bbe1f676bcc0c05baf51 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Fri, 3 Feb 2017 20:05:11 +0100 Subject: Create HomeController --- test/controllers/home_controller_test.rb | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test/controllers/home_controller_test.rb (limited to 'test/controllers') diff --git a/test/controllers/home_controller_test.rb b/test/controllers/home_controller_test.rb new file mode 100644 index 0000000..6013b68 --- /dev/null +++ b/test/controllers/home_controller_test.rb @@ -0,0 +1,9 @@ +require 'test_helper' + +class HomeControllerTest < ActionDispatch::IntegrationTest + test "should get index" do + get home_index_url + assert_response :success + end + +end -- cgit v1.2.3