Sha256: 9468f5b9892ac22ddcb22c25f72bbaf20d9f868d7b71ce03bae5d8c697eac4a8

Contents?: true

Size: 257 Bytes

Versions: 10

Compression:

Stored size: 257 Bytes

Contents

# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html

one:
  first_name: MyString
  last_name: MyString
  age: 1
  birthdate: 2016-03-22

two:
  first_name: MyString
  last_name: MyString
  age: 1
  birthdate: 2016-03-22

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
fix-db-schema-conflicts-3.1.1 spec/test-app/test/fixtures/people.yml
fix-db-schema-conflicts-3.1.0 spec/test-app/test/fixtures/people.yml
fix-db-schema-conflicts-3.0.3 spec/test-app/test/fixtures/people.yml
fix-db-schema-conflicts-3.0.2 spec/test-app/test/fixtures/people.yml
fix-db-schema-conflicts-3.0.1 spec/test-app/test/fixtures/people.yml
fix-db-schema-conflicts-3.0.0 spec/test-app/test/fixtures/people.yml
fix-db-schema-conflicts-2.0.1 spec/test-app/test/fixtures/people.yml
fix-db-schema-conflicts-2.0.0 spec/test-app/test/fixtures/people.yml
fix-db-schema-conflicts-1.2.2 spec/test-app/test/fixtures/people.yml
fix-db-schema-conflicts-1.2.1 spec/test-app/test/fixtures/people.yml