You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: