Sha256: c49ea83ab2b4383b3a31621f611da607bfdf7989488c01540bdfbb9e897ddb57

Contents?: true

Size: 302 Bytes

Versions: 13

Compression:

Stored size: 302 Bytes

Contents

Factory.define :share do |f|
  f.uri { Factory.next(:uri) }
  f.title { Factory.next(:title) }
  f.shared_by {|a| a.association(:user)}
  f.entry {|a| a.association(:entry)}
end

Factory.define :recommendation do |r|
  r.entry {|a| a.association(:entry)}
  r.dest_entry {|a| a.association(:entry)}
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
muck-services-0.1.47 test/rails_root/test/factories.rb
muck-services-0.1.46 test/rails_root/test/factories.rb
muck-services-0.1.45 test/rails_root/test/factories.rb
muck-services-0.1.44 test/rails_root/test/factories.rb
muck-services-0.1.43 test/rails_root/test/factories.rb
muck-services-0.1.42 test/rails_root/test/factories.rb
muck-services-0.1.41 test/rails_root/test/factories.rb
muck-services-0.1.40 test/rails_root/test/factories.rb
muck-services-0.1.39 test/rails_root/test/factories.rb
muck-services-0.1.38 test/rails_root/test/factories.rb
muck-services-0.1.37 test/rails_root/test/factories.rb
muck-services-0.1.36 test/rails_root/test/factories.rb
muck-services-0.1.35 test/rails_root/test/factories.rb