aboutsummaryrefslogtreecommitdiffstats
path: root/spec/factories/line_referential_sync_messages.rb
blob: 26d0f4daa8c9395b4346feb0fbc5876924e79859 (plain)
1
2
3
4
5
FactoryGirl.define do
  factory :line_referential_sync_message do
    criticity :info
  end
end