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