Commit af128233410df72c76a437802e15b9de5dd17456
1 parent
575e39ea
Exists in
master
and in
29 other branches
[macro-support-review] Final adjustments
Showing
2 changed files
with
0 additions
and
2 deletions
Show diff stats
lib/noosfero/plugin/manager.rb
@@ -53,7 +53,6 @@ class Noosfero::Plugin::Manager | @@ -53,7 +53,6 @@ class Noosfero::Plugin::Manager | ||
53 | result | 53 | result |
54 | end | 54 | end |
55 | 55 | ||
56 | - | ||
57 | def pipeline(event, *args) | 56 | def pipeline(event, *args) |
58 | each do |plugin| | 57 | each do |plugin| |
59 | result = plugin.send(event, *args) | 58 | result = plugin.send(event, *args) |
test/unit/application_helper_test.rb
@@ -3,7 +3,6 @@ require File.dirname(__FILE__) + '/../test_helper' | @@ -3,7 +3,6 @@ require File.dirname(__FILE__) + '/../test_helper' | ||
3 | class ApplicationHelperTest < ActiveSupport::TestCase | 3 | class ApplicationHelperTest < ActiveSupport::TestCase |
4 | 4 | ||
5 | include ApplicationHelper | 5 | include ApplicationHelper |
6 | - include Noosfero::Plugin::HotSpot | ||
7 | 6 | ||
8 | def setup | 7 | def setup |
9 | self.stubs(:session).returns({}) | 8 | self.stubs(:session).returns({}) |