require "test_helper" class NutrientMeasurementControllerTest < ActionDispatch::IntegrationTest test "should get index" do get nutrient_measurement_index_url assert_response :success end end