Sha256: 183e3c5b33d9152047cf101d1bc304df911e4bf30cd230a28fe2ecdcc26c0c70

Contents?: true

Size: 177 Bytes

Versions: 23

Compression:

Stored size: 177 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

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
muck-services-0.1.34 test/rails_root/test/factories.rb
muck-services-0.1.33 test/rails_root/test/factories.rb
muck-services-0.1.32 test/rails_root/test/factories.rb
muck-services-0.1.31 test/rails_root/test/factories.rb
muck-services-0.1.30 test/rails_root/test/factories.rb
muck-services-0.1.29 test/rails_root/test/factories.rb
muck-services-0.1.28 test/rails_root/test/factories.rb
muck-services-0.1.27 test/rails_root/test/factories.rb
muck-services-0.1.26 test/rails_root/test/factories.rb
muck-services-0.1.25 test/rails_root/test/factories.rb
muck-services-0.1.24 test/rails_root/test/factories.rb
muck-services-0.1.23 test/rails_root/test/factories.rb
muck-services-0.1.22 test/rails_root/test/factories.rb
muck-services-0.1.21 test/rails_root/test/factories.rb
muck-services-0.1.20 test/rails_root/test/factories.rb
muck-services-0.1.19 test/rails_root/test/factories.rb
muck-services-0.1.18 test/rails_root/test/factories.rb
muck-services-0.1.17 test/rails_root/test/factories.rb
muck-services-0.1.16 test/rails_root/test/factories.rb
muck-services-0.1.14 test/rails_root/test/factories.rb