Sha256: 93fb51005baa86277784975a5c0e134a275a877f8f42503dfca3249cdaa8a50e

Contents?: true

Size: 309 Bytes

Versions: 12

Compression:

Stored size: 309 Bytes

Contents

p = Post.create(text: 'First post!')
Comment.create(post_id: p.id, text: 'First comment!')
Post.create(text: 'Second post!')
t = Tutorial.create(text: 'Tutorial!')
Comment.create(post_id: t.id, text: 'First comment!')
a = Article.create(text: 'Article!')
Comment.create(post_id: a.id, text: 'First comment!')

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
calculated_attributes-0.1.3 spec/support/data.rb
calculated_attributes-0.1.2 spec/support/data.rb
calculated_attributes-0.1.1 spec/support/data.rb
calculated_attributes-0.1.0 spec/support/data.rb
calculated_attributes-0.0.22 spec/support/data.rb
calculated_attributes-0.0.21 spec/support/data.rb
calculated_attributes-0.0.20 spec/support/data.rb
calculated_attributes-0.0.19 spec/support/data.rb
calculated_attributes-0.0.18 spec/support/data.rb
calculated_attributes-0.0.17 spec/support/data.rb
calculated_attributes-0.0.16 spec/support/data.rb
calculated_attributes-0.0.15 spec/support/data.rb