finished post unit tests; added pool/tag alias/tag implication stub code
This commit is contained in:
5
test/factories/pool.rb
Normal file
5
test/factories/pool.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
Factory.define(:pool) do |f|
|
||||
f.name {Faker::Name.first_name}
|
||||
f.creator {|x| x.association(:user)}
|
||||
f.description {Faker::Lorem.sentences}
|
||||
end
|
||||
Reference in New Issue
Block a user