about summary refs log tree commit diff
path: root/spec/fabricators/account_warning_preset_fabricator.rb
blob: 7588e7f9cf90657bb773f58bd1922b8ff6c9cf00 (plain) (blame)
1
2
3
4
5
# frozen_string_literal: true

Fabricator(:account_warning_preset) do
  text 'MyText'
end