Commit 27fd0f19d4618b41f6fd77833e062b13db253450

Authored by Rodrigo Souto
1 parent 3ea75e0c

Removing obsolete helper include on noosfero plugin

This include was causing cucumber to crash because it was overwriting
the "tag" method on top-level, causing gherkin to jump awkwardly to
action_view. More information about this problem here:
https://github.com/cucumber/gherkin/issues/76
Showing 1 changed file with 0 additions and 1 deletions   Show diff stats
lib/noosfero/plugin.rb
1 1 require_dependency 'noosfero'
2   -include ActionView::Helpers::AssetTagHelper
3 2  
4 3 class Noosfero::Plugin
5 4  
... ...