From 61d2391352cf43feb7684de50053670e9733311c Mon Sep 17 00:00:00 2001 From: claudiob Date: Mon, 9 Sep 2013 14:19:09 -0700 Subject: 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. --- actionpack/test/fixtures/helpers/abc_helper.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'actionpack/test') diff --git a/actionpack/test/fixtures/helpers/abc_helper.rb b/actionpack/test/fixtures/helpers/abc_helper.rb index 7104ff3730..cf2774bb5f 100644 --- a/actionpack/test/fixtures/helpers/abc_helper.rb +++ b/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 -- cgit v1.2.3