Skip to content

Commit

Permalink
Remove helper fixtures not used in any test
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
claudiob committed Sep 9, 2013
1 parent 1385ae1 commit 61d2391
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions 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
2 changes: 0 additions & 2 deletions 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

0 comments on commit 61d2391

Please sign in to comment.