Sha256: c1e492419285405e00d44929a517ce65bf3d20cd1952bfa001bb2eccfcc0349e
Contents?: true
Size: 274 Bytes
Versions: 6
Compression:
Stored size: 274 Bytes
Contents
# frozen_string_literal: true require 'test_helper' class <%= class_name %>DecoratorTest < ActiveSupport::TestCase def setup @<%= singular_name %> = <%= class_name %>.new.extend <%= class_name %>Decorator end # test "the truth" do # assert true # end end
Version data entries
6 entries across 6 versions & 1 rubygems