From 52b044d6a4278c229992404ad5801769c2d13363 Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sun, 24 Aug 2025 20:29:54 +0200 Subject: First commit. Vive le Castel Peter ! --- test/controllers/nutrient_measurement_controller_test.rb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/controllers/nutrient_measurement_controller_test.rb (limited to 'test/controllers/nutrient_measurement_controller_test.rb') diff --git a/test/controllers/nutrient_measurement_controller_test.rb b/test/controllers/nutrient_measurement_controller_test.rb new file mode 100644 index 0000000..02523e0 --- /dev/null +++ b/test/controllers/nutrient_measurement_controller_test.rb @@ -0,0 +1,8 @@ +require "test_helper" + +class NutrientMeasurementControllerTest < ActionDispatch::IntegrationTest + test "should get index" do + get nutrient_measurement_index_url + assert_response :success + end +end -- cgit v1.2.3