rosa-build/spec/factories/settings_notifiers.rb

8 lines
153 B
Ruby
Raw Normal View History

2012-01-30 20:39:34 +00:00
# -*- encoding : utf-8 -*-
2012-01-11 13:58:13 +00:00
# Read about factories at http://github.com/thoughtbot/factory_girl
FactoryGirl.define do
factory :notifier do
end
2012-01-30 20:39:34 +00:00
end