summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2015-03-28 12:27:01 -0600
committermo khan <mo@mokhan.ca>2015-03-28 12:27:01 -0600
commit0dd414d4f21643e8ca255cd14b6c88cd671ff020 (patch)
tree4b1f870a76e77506831e61abd4e08e3a44ddea5e /spec
parent9777e1c3926f19e03b39b07fa461b9db2a2e91d2 (diff)
fix the last broken test.
Diffstat (limited to 'spec')
-rw-r--r--spec/features/items_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/items_spec.rb b/spec/features/items_spec.rb
index dc93e5e..15d37e0 100644
--- a/spec/features/items_spec.rb
+++ b/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