Sha256: d051bb68a5d55f35933175c7b9f63a71dc985ec42101996e63b5d62a43923e96

Contents?: true

Size: 477 Bytes

Versions: 2

Compression:

Stored size: 477 Bytes

Contents

require 'test_helper'

module Workarea
  decorate Catalog::ProductTest, with: :design_toscano 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

2 entries across 2 versions & 1 rubygems

Version Path
workarea-product_additional_details-2.0.0 test/models/workarea/catalog/product_test.decorator
workarea-product_additional_details-0.0.3 test/models/workarea/catalog/product_test.decorator