diff options
author | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-09-09 15:20:10 -0700 |
---|---|---|
committer | Carlos Antonio da Silva <carlosantoniodasilva@gmail.com> | 2013-09-09 15:20:10 -0700 |
commit | f20f90f89a9db8cc0e53d31db8d40c3f5c526e44 (patch) | |
tree | 55d4d435073a49357aff1d58672d62d96f0e2654 /actionview/test | |
parent | 0c5d0beac1f2479600993fb0c1ede36d7b9f1f81 (diff) | |
parent | 61d2391352cf43feb7684de50053670e9733311c (diff) | |
download | rails-f20f90f89a9db8cc0e53d31db8d40c3f5c526e44.tar.gz rails-f20f90f89a9db8cc0e53d31db8d40c3f5c526e44.tar.bz2 rails-f20f90f89a9db8cc0e53d31db8d40c3f5c526e44.zip |
Merge pull request #12181 from claudiob/remove-unused-helper-fixtures
Remove helper fixtures not used in any test
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 |