aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/fixtures/helpers/abc_helper.rb
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/fixtures/helpers/abc_helper.rb')
-rw-r--r--actionpack/test/fixtures/helpers/abc_helper.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/actionpack/test/fixtures/helpers/abc_helper.rb b/actionpack/test/fixtures/helpers/abc_helper.rb
index 7104ff3730..cf2774bb5f 100644
--- a/actionpack/test/fixtures/helpers/abc_helper.rb
+++ b/actionpack/test/fixtures/helpers/abc_helper.rb
@@ -1,5 +1,3 @@
module AbcHelper
def bare_a() end
- def bare_b() end
- def bare_c() end
end