require 'test_helper' class <%= singular_name.camelize %>DecoratorTest < ActiveSupport::TestCase def setup ApplicationController.new.set_current_view_context end # test "the truth" do # assert true # end end