Sha256: 6b3ee05b27407938fb9775019bb27206ccffb0e563e4d989c5e0a809117975f8
Contents?: true
Size: 490 Bytes
Versions: 62
Compression:
Stored size: 490 Bytes
Contents
require 'test_helper' module Workarea decorate <%= test_class_name %>, with: :<%= app_name.optionize %> 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
62 entries across 62 versions & 1 rubygems