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
1 changed files with 0 additions and 3 deletions

View File

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