Started again with Rails 4
[feedcatcher.git] / vendor / rails / actionpack / test / fixtures / helpers / abc_helper.rb
diff --git a/vendor/rails/actionpack/test/fixtures/helpers/abc_helper.rb b/vendor/rails/actionpack/test/fixtures/helpers/abc_helper.rb
deleted file mode 100644 (file)
index 7104ff3..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-module AbcHelper
-  def bare_a() end
-  def bare_b() end
-  def bare_c() end
-end