aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/test/lib
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack/test/lib')
-rw-r--r--actionpack/test/lib/fixture_template.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/actionpack/test/lib/fixture_template.rb b/actionpack/test/lib/fixture_template.rb
index 0a365b3a7e..6b9e7c5270 100644
--- a/actionpack/test/lib/fixture_template.rb
+++ b/actionpack/test/lib/fixture_template.rb
@@ -7,10 +7,6 @@ module ActionView #:nodoc:
private
- def or_extensions(array)
- "(?:" << array.map {|e| e && Regexp.escape(".#{e}")}.join("|") << ")"
- end
-
def query(path, exts)
query = Regexp.escape(path)
exts.each do |ext|