Move require to file that needs it.

This commit is contained in:
Justin Ko 2011-10-24 11:49:37 -06:00
parent 6a595ab20f
commit dfd7cd456b
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
require './spec/support/samples/application_helper'
module ActionController
class Base
@@before_filters = []
@ -29,4 +31,4 @@ class ApplicationController < ActionController::Base
end
end
Draper::System.setup
Draper::System.setup