Sha256: 27a06183118d06a4c9a8e2f99923fc9dd604e474e1b82fee74640ad2ed7d8b20

Contents?: true

Size: 471 Bytes

Versions: 2

Compression:

Stored size: 471 Bytes

Contents

require 'test_helper'

module Workarea
  decorate HashUpdateTest, 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/workarea/hash_update_test.decorator
workarea-product_additional_details-0.0.3 test/workarea/hash_update_test.decorator