# frozen_string_literal: true FactoryBot.define do factory :pathology_requests_global_rule, class: "Renalware::Pathology::Requests::GlobalRule" do type { "ObservationResult" } param_comparison_operator { "<" } param_comparison_value { "100" } end end