From f7462223a0b5033412c127d7820ab40a042462c8 Mon Sep 17 00:00:00 2001 From: David Gay Date: Mon, 5 Apr 2021 21:25:43 -0400 Subject: Use tailwind's postcss 7 compatability version, and prove it's working --- test/controllers/home_controller_test.rb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/controllers/home_controller_test.rb (limited to 'test/controllers/home_controller_test.rb') diff --git a/test/controllers/home_controller_test.rb b/test/controllers/home_controller_test.rb new file mode 100644 index 0000000..caa97da --- /dev/null +++ b/test/controllers/home_controller_test.rb @@ -0,0 +1,8 @@ +require "test_helper" + +class HomeControllerTest < ActionDispatch::IntegrationTest + test "should get index" do + get home_path + assert_response :success + end +end -- cgit v1.2.3