From 98044fc04a0a7402b3d5cd1f5cf041db515dd5f3 Mon Sep 17 00:00:00 2001 From: cryptogopher Date: Tue, 5 May 2026 23:41:08 +0200 Subject: [PATCH] Remove empty test files --- test/controllers/measurements_controller_test.rb | 8 -------- test/controllers/quantities_controller_test.rb | 7 ------- test/controllers/units_controller_test.rb | 7 ------- test/models/user_test.rb | 8 -------- 4 files changed, 30 deletions(-) delete mode 100644 test/controllers/measurements_controller_test.rb delete mode 100644 test/controllers/quantities_controller_test.rb delete mode 100644 test/controllers/units_controller_test.rb delete mode 100644 test/models/user_test.rb diff --git a/test/controllers/measurements_controller_test.rb b/test/controllers/measurements_controller_test.rb deleted file mode 100644 index 025e77e..0000000 --- a/test/controllers/measurements_controller_test.rb +++ /dev/null @@ -1,8 +0,0 @@ -require "test_helper" - -class MeasurementsControllerTest < ActionDispatch::IntegrationTest - #test "should get index" do - # get measurements_index_url - # assert_response :success - #end -end diff --git a/test/controllers/quantities_controller_test.rb b/test/controllers/quantities_controller_test.rb deleted file mode 100644 index 5772874..0000000 --- a/test/controllers/quantities_controller_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require "test_helper" - -class QuantitiesControllerTest < ActionDispatch::IntegrationTest - # test "the truth" do - # assert true - # end -end diff --git a/test/controllers/units_controller_test.rb b/test/controllers/units_controller_test.rb deleted file mode 100644 index c029378..0000000 --- a/test/controllers/units_controller_test.rb +++ /dev/null @@ -1,7 +0,0 @@ -require "test_helper" - -class UnitsControllerTest < ActionDispatch::IntegrationTest - # test "the truth" do - # assert true - # end -end diff --git a/test/models/user_test.rb b/test/models/user_test.rb deleted file mode 100644 index 5a2150d..0000000 --- a/test/models/user_test.rb +++ /dev/null @@ -1,8 +0,0 @@ -require "test_helper" - -# TODO: remove model tests -class UserTest < ActiveSupport::TestCase - # test "the truth" do - # assert true - # end -end