Ruby on Rails
Friday, December 12, 2014
Hello,
I have made this factory :
factory :product do
description "This is the first book"
image_url "test.jpg"
price 1.00
sequence (:title) { |n| "book#{n}" }
end
description "This is the first book"
image_url "test.jpg"
price 1.00
sequence (:title) { |n| "book#{n}" }
end
Now I wonder if this can be converted to faker but price needs to be higher or equal to 0.01 and image url needs to be a png, jpg or gif.
Roelof
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/79bc49f4-e582-415e-88fd-58305f9f4e02%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment