1
0
Fork 0
mirror of https://github.com/drapergem/draper synced 2023-03-27 23:21:17 -04:00

Remove setup from Test::Unit generator

This commit is contained in:
Steve Klabnik 2012-08-28 22:50:19 -07:00
parent b3a2af7488
commit 3732313940

View file

@ -1,7 +1,4 @@
require 'test_helper'
class <%= class_name %>DecoratorTest < ActiveSupport::TestCase
def setup
ApplicationController.new.view_context
end
end