about summary refs log tree commit diff
path: root/spec/fabricators/normalized_status_fabricator.rb
blob: a77857175f87c18b1e11950e7a2cb80b4c28ce53 (plain) (blame)
1
2
3
4
Fabricator(:normalized_status) do
  status nil
  text   "MyText"
end