Sha256: f56f32b4bbc26848c5360ae57f2883040b7595fd2517819e491c4a89a30b0ece
Contents?: true
Size: 258 Bytes
Versions: 118
Compression:
Stored size: 258 Bytes
Contents
# frozen_string_literal: true FactoryBot.define do factory :aki_alert, class: "Renalware::Renal::AKIAlert" do accountable notes { "Some notes" } hotlist { false } association :action, factory: :aki_alert_action hospital_ward end end
Version data entries
118 entries across 118 versions & 1 rubygems