Skip to content

Commit

Permalink
Remove thinking-cat images from core, frontend and api
Browse files Browse the repository at this point in the history
This image is being replaced with a blank image that lives under
core/lib/spree/testing_support.
  • Loading branch information
mamhoff committed Nov 3, 2020
1 parent f9f7ca6 commit ae4ed90
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
Binary file removed api/spec/fixtures/thinking-cat.jpg
Binary file not shown.
Binary file removed core/lib/fixtures/thinking-cat.jpg
Binary file not shown.
2 changes: 1 addition & 1 deletion frontend/spec/features/products_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@

it "should not display no image available" do
visit spree.root_path
expect(page).to have_xpath("//img[contains(@src,'thinking-cat')]")
expect(page).to have_xpath("//img[contains(@src,'blank')]")
end
end

Expand Down
Binary file removed frontend/spec/fixtures/thinking-cat.jpg
Binary file not shown.

0 comments on commit ae4ed90

Please sign in to comment.