Sha256: dfe5529e3f1e16c8b9ee5f649faf4fffe568079460e3ea2160b9988be2a3733d

Contents?: true

Size: 465 Bytes

Versions: 2

Compression:

Stored size: 465 Bytes

Contents

require 'test_helper'

module Workarea
  decorate UserTest, 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/user_test.decorator
workarea-product_additional_details-0.0.3 test/models/workarea/user_test.decorator