Upgraded Rails and RSpec
[monkeycharger.git] / vendor / plugins / rspec / rspec_on_rails / spec_resources / helpers / plugin_application_helper.rb
blob2107d22186833f0d47372129c9b9552f6c763c9a
1 # Methods added to this helper will be available to all templates in the application.
2 module ApplicationHelper
3   def method_in_plugin_application_helper
4     "<div>This is text from a method in the ApplicationHelper</div>"
5   end
6 end