Sha256: 530448e1823ace1e4a868b2c3e7c876a6379255285dc746920f23236207cceaf

Contents?: true

Size: 241 Bytes

Versions: 10

Compression:

Stored size: 241 Bytes

Contents

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html

one:
  id: 1
  title: MyString
  description: MyText
  user_id: 1
  view_count: 0
  

two:
  id: 2
  title: MyString
  description: MyText
  user_id: 2
  view_count: 0

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
community_engine-3.2.0 test/fixtures/albums.yml
community_engine-3.0.0 test/fixtures/albums.yml
community_engine-2.3.2 test/fixtures/albums.yml
community_engine-2.3.1 test/fixtures/albums.yml
community_engine-2.3.0 test/fixtures/albums.yml
community_engine-2.1.0 test/fixtures/albums.yml
community_engine-2.0.0 test/fixtures/albums.yml
community_engine-2.0.0.beta3 test/fixtures/albums.yml
community_engine-2.0.0.beta2 test/fixtures/albums.yml
community_engine-2.0.0.beta1 test/fixtures/albums.yml