tab/spec/factories/notifications.rb
2017-01-09 16:22:58 +01:00

7 lines
65 B
Ruby

FactoryGirl.define do
factory :notification do
end
end