From c0e7135252d3e248944e8fe2eb9738dc6c6334bd Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 27 Aug 2012 14:27:52 -0300 Subject: [PATCH] Noosfero::Plugin::Context does not exist anymore --- plugins/require_auth_to_comment/test/unit/require_auth_to_comment_plugin_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/require_auth_to_comment/test/unit/require_auth_to_comment_plugin_test.rb b/plugins/require_auth_to_comment/test/unit/require_auth_to_comment_plugin_test.rb index c807fd1..92b4e1d 100644 --- a/plugins/require_auth_to_comment/test/unit/require_auth_to_comment_plugin_test.rb +++ b/plugins/require_auth_to_comment/test/unit/require_auth_to_comment_plugin_test.rb @@ -35,7 +35,7 @@ class RequireAuthToCommentPluginTest < ActiveSupport::TestCase controller = mock() controller.stubs(:logged_in?).returns(boolean) controller.stubs(:profile).returns(Profile.new) - Noosfero::Plugin::Context.new(controller) + controller end end -- libgit2 0.21.2