Functional tests now work properly, bearing in mind whether a user is logged in or...
[depot.git] / db / migrate / 20090202163608_add_test_data.rb
index 35a0a7a12380a48298424322357c7443c8d7e002..4ccb3c0e488dad5c6af39051a9522b4c8b9db4a4 100644 (file)
@@ -29,14 +29,14 @@ class AddTestData < ActiveRecord::Migration
           </p>
         },
       :image_url => '/images/daisy.gif',
-      :price => 5.00,
+      :price => 4.99,
       :date_available => Time.utc(2011, 7, 1)
       )
       
     Product.create(:title => 'Cardboard Box',
       :description =>
         %{<p>The gift that keeps on giving, you'll wonder how you ever did 
-            without a cardboard box in your home.  Us it for a range of uses, 
+            without a cardboard box in your home.  Use it for a range of uses, 
             including putting things in and keeping things in.  We can provide
             you with a cardboard box that is versatile and suitable for any
             occasion.  Some of our directors even use them for sleeping in!
@@ -57,7 +57,7 @@ class AddTestData < ActiveRecord::Migration
           </p>
         },
       :image_url => '/images/can-of-air.jpg',
-      :price => 5000.00,
+      :price => 4999.95,
       :date_available => Time.utc(2009, 1, 1)
       )
   end