Sha256: d4717ab13a10a94d91bf3dafe8a578e7d704e69b8f22d878bad4f39a958b4213
Contents?: true
Size: 477 Bytes
Versions: 10
Compression:
Stored size: 477 Bytes
Contents
require 'test_helper' module Workarea decorate UserTest, 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