Functional tests now work properly, bearing in mind whether a user is logged in or...
[depot.git] / test / fixtures / products.yml
index 9e2303611e21ed2108d759e9cdd17ed2325876f9..ad988f4066acd50b0a470d42ea89eb5fac3ae468 100644 (file)
@@ -1,11 +1,16 @@
 # Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
 
-one:
-  title: MyString
-  description: MyText
-  image_url: MyString
+ruby_book:
+  title: Programming Ruby
+  description: Dummy description
+  price: 1234
+  image_url: ruby.png
+  date_available: 2009-01-01
 
-two:
-  title: MyString
-  description: MyText
-  image_url: MyString
+rails_book:
+  title: Agile Web Development with Rails
+  description: Dummy description
+  price: 2345
+  image_url: rails.png
+  date_available: 2009-01-01
+