added ads
This commit is contained in:
8
test/factories/advertisement.rb
Normal file
8
test/factories/advertisement.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
Factory.define(:advertisement) do |f|
|
||||
f.referral_url "http://google.com"
|
||||
f.ad_type "vertical"
|
||||
f.status "active"
|
||||
f.width 728
|
||||
f.height 90
|
||||
f.file_name "google.gif"
|
||||
end
|
||||
Reference in New Issue
Block a user