Sha256: ebc1bae1ec5554677221939ced00da1c8ec73bbe0bd4f4cb7e42fc7c067eb40b

Contents?: true

Size: 293 Bytes

Versions: 14

Compression:

Stored size: 293 Bytes

Contents

david:
  id: 1
  name: David
  salary: 80000
  shared_computers: laptop

jamis:
  id: 2
  name: Jamis
  salary: 150000

<% (3..10).each do |digit| %>
dev_<%= digit %>:
  id: <%= digit %>
  name: fixture_<%= digit %>
  salary: 100000
<% end %>

poor_jamis:
  id: 11
  name: Jamis
  salary: 9000

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
ibm_db-5.2.0 test/fixtures/developers.yml
ibm_db-5.1.0 test/fixtures/developers.yml
ibm_db-5.0.5 test/fixtures/developers.yml
ibm_db-5.0.4 test/fixtures/developers.yml
ibm_db-5.0.3 test/fixtures/developers.yml
ibm_db-5.0.2 test/fixtures/developers.yml
ibm_db-3.0.4-x86-mingw32 test/fixtures/developers.yml
ibm_db-3.0.4 test/fixtures/developers.yml
ibm_db-3.0.3-x86-mingw32 test/fixtures/developers.yml
ibm_db-3.0.3 test/fixtures/developers.yml
ibm_db-3.0.2-x86-mingw32 test/fixtures/developers.yml
ibm_db-3.0.2 test/fixtures/developers.yml
ibm_db-3.0.1 test/fixtures/developers.yml
ibm_db-3.0.1-x86-mingw32 test/fixtures/developers.yml