Sha256: 33518713d6f706b2c4e845b6af04f9d2c472bb5545e4331ebf76cd43b323a55b
Contents?: true
Size: 255 Bytes
Versions: 1
Compression:
Stored size: 255 Bytes
Contents
require 'test_helper' class <%= singular_name.camelize %>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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
active_decorator-1.0.0 | lib/generators/test_unit/templates/decorator_test.rb |