Merged updates from trunk into stable branch
[feedcatcher.git] / vendor / rails / actionpack / test / fixtures / alternate_helpers / foo_helper.rb
diff --git a/vendor/rails/actionpack/test/fixtures/alternate_helpers/foo_helper.rb b/vendor/rails/actionpack/test/fixtures/alternate_helpers/foo_helper.rb
new file mode 100644 (file)
index 0000000..a956fce
--- /dev/null
@@ -0,0 +1,3 @@
+module FooHelper
+  def baz() end
+end