Commit 0dd414d

mo khan <mo@mokhan.ca>
2015-03-28 18:27:01
fix the last broken test.
1 parent 9777e1c
Changed files (1)
spec
spec/features/items_spec.rb
@@ -38,7 +38,7 @@ feature "items", type: :feature do
         purchase_price: "1.99",
         purchased_at: "2015-01-01",
       )
-      expect(subject).to have_content("another item")
+      expect(subject).to have_content("hammer")
     end
   end
 end