diff --git a/spec/support/samples/application_controller.rb b/spec/support/samples/application_controller.rb index 006ca35..614096a 100644 --- a/spec/support/samples/application_controller.rb +++ b/spec/support/samples/application_controller.rb @@ -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 \ No newline at end of file +Draper::System.setup