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