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