added artist url test

This commit is contained in:
albert
2010-02-15 14:17:08 -05:00
parent e9c2d1e636
commit a7a6395384
3 changed files with 38 additions and 10 deletions

View File

@@ -1,3 +1,4 @@
Factory.define(:artist_url) do |f|
f.artist {|x| x.association(:artist)}
f.url {Faker::Internet.domain_name}
end