Remove helper fixtures not used in any test

The fixture for module AbcHelper defines three functions bare_a,
bare_b and bare_c, but only bare_a is used in the code that tests
helper functions.
This commit is contained in:
claudiob 2013-09-09 14:19:09 -07:00
parent 1385ae138d
commit 61d2391352
2 changed files with 0 additions and 4 deletions

@ -1,5 +1,3 @@
module AbcHelper
def bare_a() end
def bare_b() end
def bare_c() end
end

@ -1,5 +1,3 @@
module AbcHelper
def bare_a() end
def bare_b() end
def bare_c() end
end