* Removed Pixa/Tinami sources
* Upgraded to Rails 3.2.3 * Fixed tests
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
Factory.define(:ban) do |f|
|
||||
f.reason {Faker::Lorem.words.join(" ")}
|
||||
f.duration 60
|
||||
end
|
||||
FactoryGirl.define do
|
||||
factory(:ban) do |f|
|
||||
reason {Faker::Lorem.words.join(" ")}
|
||||
duration 60
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user