added artist url test
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
Factory.define(:artist_url) do |f|
|
||||
f.artist {|x| x.association(:artist)}
|
||||
f.url {Faker::Internet.domain_name}
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user