0
0
Fork 0
mirror of https://github.com/ENSL/ensl.org.git synced 2025-01-19 16:01:26 +00:00
ensl.org/spec/factories/forumer.rb

8 lines
107 B
Ruby
Raw Normal View History

2015-08-20 17:11:29 +00:00
FactoryGirl.define do
factory :forumer do
forum
group
access Forumer::ACCESS_TOPIC
end
end