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

8 lines
112 B
Ruby

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