X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=test%2Ffixtures%2Fproducts.yml;fp=test%2Ffixtures%2Fproducts.yml;h=0afc4797b0af41638884755466166e55b34ca019;hb=b0748b595b9c1d5ad9f6f461935db914c3a86bd3;hp=bdddb6bf628fd8d59df5899916309d43b1531606;hpb=d115f2e23823271635bad69229a42cd8ac68debe;p=depot.git diff --git a/test/fixtures/products.yml b/test/fixtures/products.yml index bdddb6b..0afc479 100644 --- a/test/fixtures/products.yml +++ b/test/fixtures/products.yml @@ -1,11 +1,14 @@ # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html -one: - title: MyString - description: MyText - image_url: +ruby_book: + title: Programming Ruby + description: Dummy description + price: 1234 + image_url: ruby.png -two: - title: MyString - description: MyText - image_url: +rails_book: + title: Agile Web Development with Rails + description: Dummy description + price: 2345 + image_url: rails.png + \ No newline at end of file