Sha256: 6ee77abcef69023dd23c2bb3e40baf6aa241ea84633d5cbb439d8b4f725debbf
Contents?: true
Size: 283 Bytes
Versions: 13
Compression:
Stored size: 283 Bytes
Contents
# coding: utf-8 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
13 entries across 13 versions & 1 rubygems