From cb01d13034ad41a29533b623cbbf7c23b37a231c Mon Sep 17 00:00:00 2001 From: Kelly Rauchenberger Date: Mon, 2 Jul 2018 17:57:12 -0400 Subject: Removed test files --- test/controllers/admin/dashboard_controller_test.rb | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 test/controllers/admin/dashboard_controller_test.rb (limited to 'test/controllers/admin/dashboard_controller_test.rb') diff --git a/test/controllers/admin/dashboard_controller_test.rb b/test/controllers/admin/dashboard_controller_test.rb deleted file mode 100644 index 42bacb9..0000000 --- a/test/controllers/admin/dashboard_controller_test.rb +++ /dev/null @@ -1,9 +0,0 @@ -require 'test_helper' - -class Admin::DashboardControllerTest < ActionDispatch::IntegrationTest - test "should get index" do - get admin_dashboard_index_url - assert_response :success - end - -end -- cgit 1.4.1