Sha256: 2cda743b3d228cdf2066c528aae2d2fc599912888615ce0a2ae032b06d75901f
Contents?: true
Size: 489 Bytes
Versions: 10
Compression:
Stored size: 489 Bytes
Contents
require 'test_helper' module Workarea decorate Catalog::ProductTest, with: :product_additional_details 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
10 entries across 10 versions & 1 rubygems