From 65d9ab1cfaa374718521ea18d7930183e2202e7e Mon Sep 17 00:00:00 2001 From: Rafael Martins Date: Sun, 15 Apr 2012 20:21:15 -0300 Subject: [PATCH] Fix for CmsControllerTest --- test/functional/cms_controller_test.rb | 1 - 1 file changed, 0 insertions(+), 1 deletion(-) diff --git a/test/functional/cms_controller_test.rb b/test/functional/cms_controller_test.rb index 4e6e815..0b47b97 100644 --- a/test/functional/cms_controller_test.rb +++ b/test/functional/cms_controller_test.rb @@ -1525,7 +1525,6 @@ class CmsControllerTest < ActionController::TestCase Noosfero::Plugin::Manager.any_instance.stubs(:enabled_plugins).returns([TestContentTypesPlugin.new]) - Noosfero::Plugin::Manager.expects(:new).with(@controller).returns(plugins) get :index, :profile => profile.identifier assert_includes @controller.special_article_types, Integer -- libgit2 0.21.2