Files
danbooru/test/factories/ban.rb
r888888888 341b29ce41 fix tests
2015-08-18 17:40:53 -07:00

7 lines
114 B
Ruby

FactoryGirl.define do
factory(:ban) do |f|
reason {FFaker::Lorem.words.join(" ")}
duration 60
end
end