Commit 65d9ab1cfaa374718521ea18d7930183e2202e7e

Authored by Rafael Martins
1 parent a2886c3f

Fix for CmsControllerTest

Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
test/functional/cms_controller_test.rb
@@ -1525,7 +1525,6 @@ class CmsControllerTest < ActionController::TestCase @@ -1525,7 +1525,6 @@ class CmsControllerTest < ActionController::TestCase
1525 1525
1526 Noosfero::Plugin::Manager.any_instance.stubs(:enabled_plugins).returns([TestContentTypesPlugin.new]) 1526 Noosfero::Plugin::Manager.any_instance.stubs(:enabled_plugins).returns([TestContentTypesPlugin.new])
1527 1527
1528 - Noosfero::Plugin::Manager.expects(:new).with(@controller).returns(plugins)  
1529 get :index, :profile => profile.identifier 1528 get :index, :profile => profile.identifier
1530 1529
1531 assert_includes @controller.special_article_types, Integer 1530 assert_includes @controller.special_article_types, Integer