* Removed Pixa/Tinami sources
* Upgraded to Rails 3.2.3 * Fixed tests
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
Factory.define(:artist_url) do |f|
|
||||
f.artist {|x| x.association(:artist)}
|
||||
f.url {Faker::Internet.domain_name}
|
||||
end
|
||||
FactoryGirl.define do
|
||||
factory(:artist_url) do
|
||||
artist
|
||||
url {Faker::Internet.domain_name}
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user