From bf83780f6ee7f44c40409048ea9f2ebc177d6681 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 30 Dec 2015 17:17:02 -0800 Subject: Create HomeController Will serve our index page. --- test/controllers/home_controller_test.rb | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/controllers/home_controller_test.rb (limited to 'test') 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 -- cgit v1.2.3