Functional tests now work properly, bearing in mind whether a user is logged in or...
[depot.git] / vendor / rails / actionpack / test / fixtures / helpers / fun / pdf_helper.rb
1 module Fun::PdfHelper
2 def foobar() 'baz' end
3 end