Sha256: 7244abc50248e9250e4f41d6b0b4fc1a78d43f8f2f71e3b36888ef1c84e787fb
Contents?: true
Size: 478 Bytes
Versions: 3
Compression:
Stored size: 478 Bytes
Contents
require 'test_helper' module Workarea decorate Catalog::ProductTest, with: :product_content do # Define additional tests based on new functionality or # override tests originally defined in the decorated class for # changes that alter default behavior. # # While calling super to extend a test case is possible, it is # recommended that you add a new test or completely override an # existing test to avoid ambiguity in your test suite. end end
Version data entries
3 entries across 3 versions & 1 rubygems