Sha256: 2ecc351eaae1b13f4a3c65a18ddafee340c18ff6b81d9d34617e32ffe8082916

Contents?: true

Size: 483 Bytes

Versions: 10

Compression:

Stored size: 483 Bytes

Contents

require 'test_helper'

module Workarea
  decorate HashUpdateTest, 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

Version Path
workarea-product_additional_details-2.0.37 test/workarea/hash_update_test.decorator
workarea-product_additional_details-2.0.36 test/workarea/hash_update_test.decorator
workarea-product_additional_details-2.0.35 test/workarea/hash_update_test.decorator
workarea-product_additional_details-2.0.34 test/workarea/hash_update_test.decorator
workarea-product_additional_details-2.0.33 test/workarea/hash_update_test.decorator
workarea-product_additional_details-2.0.32 test/workarea/hash_update_test.decorator
workarea-product_additional_details-2.0.31 test/workarea/hash_update_test.decorator
workarea-product_additional_details-2.0.3 test/workarea/hash_update_test.decorator
workarea-product_additional_details-2.0.2 test/workarea/hash_update_test.decorator
workarea-product_additional_details-2.0.1 test/workarea/hash_update_test.decorator