diff options
Diffstat (limited to 'actionview/test')
-rw-r--r-- | actionview/test/fixtures/helpers/abc_helper.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/actionview/test/fixtures/helpers/abc_helper.rb b/actionview/test/fixtures/helpers/abc_helper.rb index 7104ff3730..cf2774bb5f 100644 --- a/actionview/test/fixtures/helpers/abc_helper.rb +++ b/actionview/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 |