scinote-web/spec/factories/user_notifications.rb
2019-06-13 12:10:44 +02:00

8 lines
116 B
Ruby

# frozen_string_literal: true
FactoryBot.define do
factory :user_notification do
checked { false }
end
end