diff options
| -rw-r--r-- | spec/features/items_spec.rb | 2 |
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 |
