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