Skip to content

Commit

Permalink
Use Rails v2.0.2 style for test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
njonsson committed Dec 20, 2007
1 parent 7197b82 commit 96502c2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion test/rails_2-0-2/test/fixtures/license_plates.yml
Expand Up @@ -13,5 +13,4 @@

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
mr_big:
id: 1
number: MR-BIG
3 changes: 0 additions & 3 deletions test/rails_2-0-2/test/fixtures/people.yml
Expand Up @@ -14,7 +14,6 @@

# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
john_doe:
id: 1
type: Person
name: John Doe
social_security_number: 123-45-6789
Expand All @@ -23,13 +22,11 @@ john_doe:

# Debuted with Zubin Mehta and the New York Philharmonic on December 31, 1982
midori:
id: 2
type: VeryImportantPerson
name: Midori (Goto)
became_important_on: 1982-12-31

joe_schmoe:
id: 3
type: Schmoe
name: Joe Schmoe
social_security_number: 987-65-4321
Expand Down

0 comments on commit 96502c2

Please sign in to comment.