Commit e3ebf807

mo k <mo@mokhan.ca>
2012-09-21 02:51:24
fix the tutorials/show.html.erb spec.
1 parent 42efdf4
Changed files (1)
spec
views
spec/views/tutorials/show.html.erb_spec.rb
@@ -6,7 +6,8 @@ describe "tutorials/show" do
       :heading => "Heading",
       :description => "MyText",
       :url => "Url",
-      :image_url => "http://placehold.it/300x200"
+      :image_url => "http://placehold.it/300x200",
+      :created_at => DateTime.new(2012, 9, 20)
     ))
   end