aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/helpers')
-rw-r--r--actionpack/test/fixtures/helpers/fun/pdf_helper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/test/fixtures/helpers/fun/pdf_helper.rb b/actionpack/test/fixtures/helpers/fun/pdf_helper.rb
index 1890f6c9ec..c4aea5a3f3 100644
--- a/actionpack/test/fixtures/helpers/fun/pdf_helper.rb
+++ b/actionpack/test/fixtures/helpers/fun/pdf_helper.rb
@@ -1,3 +1,3 @@
-module Fun::PDFHelper
+module Fun::PdfHelper
def foobar() 'baz' end
end