7 lines
92 B
Ruby
7 lines
92 B
Ruby
FactoryGirl.define do
|
|
factory :room do
|
|
name "MyString"
|
|
is_private false
|
|
end
|
|
end
|