fix failing tests, ugly solution that should be handled by rspec in the future

This commit is contained in:
2012-06-25 11:02:47 +02:00
parent 0a10dada4d
commit e71ab89984
10 changed files with 129 additions and 83 deletions
+7
View File
@@ -1,3 +1,4 @@
=begin
require 'couch_potato'
require 'simply_stored'
require 'email_validator'
@@ -9,8 +10,14 @@ require 'tinymce-rails'
require 'paperclip'
require 'jquery-rails'
require 'bourbon'
=end
module Cmtool
class Engine < ::Rails::Engine
isolate_namespace Cmtool
initializer "cmtool" do
end
ActiveSupport.on_load(:action_view) do
::ActionView::Base.send :include, Cmtool::ApplicationHelper
end
end
end