Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adapt tests to change from simple_product to base_product in spree #2433

Closed
luisramos0 opened this issue Jul 5, 2018 · 0 comments
Closed
Assignees

Comments

@luisramos0
Copy link
Contributor

luisramos0 commented Jul 5, 2018

Description

enterprise caching Spec is using simple product that has now ben transformed into an extension of BaseProduct with stock location.
See here:
spree/spree@14f911e91

Expected Behavior

Pass the test:
context "key-based caching invalidation" do
describe "is touched when a(n)" do
describe "with a supplied product" do

Actual Behavior

Broken test.

Steps to Reproduce

Run the spree branch build.

Severity

spree upgrade

Your Environment

spree branch

Possible Fix

replace simple_product with base_product

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants