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/blogs_controller_test.rb | 19 ------------------- test/controllers/admin/dashboard_controller_test.rb | 9 --------- test/controllers/entries_controller_test.rb | 9 --------- test/controllers/records_controller_test.rb | 9 --------- 4 files changed, 46 deletions(-) delete mode 100644 test/controllers/admin/blogs_controller_test.rb delete mode 100644 test/controllers/admin/dashboard_controller_test.rb delete mode 100644 test/controllers/entries_controller_test.rb delete mode 100644 test/controllers/records_controller_test.rb (limited to 'test/controllers') diff --git a/test/controllers/admin/blogs_controller_test.rb b/test/controllers/admin/blogs_controller_test.rb deleted file mode 100644 index 5b62eff..0000000 --- a/test/controllers/admin/blogs_controller_test.rb +++ /dev/null @@ -1,19 +0,0 @@ -require 'test_helper' - -class Admin::BlogsControllerTest < ActionDispatch::IntegrationTest - test "should get index" do - get admin_blogs_index_url - assert_response :success - end - - test "should get new" do - get admin_blogs_new_url - assert_response :success - end - - test "should get edit" do - get admin_blogs_edit_url - assert_response :success - end - -end 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 diff --git a/test/controllers/entries_controller_test.rb b/test/controllers/entries_controller_test.rb deleted file mode 100644 index 6e2db59..0000000 --- a/test/controllers/entries_controller_test.rb +++ /dev/null @@ -1,9 +0,0 @@ -require 'test_helper' - -class EntriesControllerTest < ActionDispatch::IntegrationTest - test "should get show" do - get entries_show_url - assert_response :success - end - -end diff --git a/test/controllers/records_controller_test.rb b/test/controllers/records_controller_test.rb deleted file mode 100644 index 6eeb2c3..0000000 --- a/test/controllers/records_controller_test.rb +++ /dev/null @@ -1,9 +0,0 @@ -require 'test_helper' - -class RecordsControllerTest < ActionDispatch::IntegrationTest - test "should get index" do - get records_index_url - assert_response :success - end - -end -- cgit 1.4.1