Skip to content

Commit

Permalink
Merge pull request rails#12181 from claudiob/remove-unused-helper-fix…
Browse files Browse the repository at this point in the history
…tures

Remove helper fixtures not used in any test
  • Loading branch information
carlosantoniodasilva committed Sep 9, 2013
2 parents 0c5d0be + 61d2391 commit f20f90f
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
Original file line number Diff line number Diff line change
@@ -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
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
module AbcHelper
def bare_a() end
def bare_b() end
def bare_c() end
end

0 comments on commit f20f90f

Please sign in to comment.