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:
parent
b3a2af7488
commit
3732313940
1 changed files with 0 additions and 3 deletions
|
@ -1,7 +1,4 @@
|
|||
require 'test_helper'
|
||||
|
||||
class <%= class_name %>DecoratorTest < ActiveSupport::TestCase
|
||||
def setup
|
||||
ApplicationController.new.view_context
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue