Skip to content

Commit

Permalink
Merge pull request rails#5823 from avakhov/ac-test-case-remove-obsole…
Browse files Browse the repository at this point in the history
…te-code

Remove obsolete code
  • Loading branch information
jonleighton committed Apr 13, 2012
2 parents 7e0b6b2 + 00725d0 commit 1480dfa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions actionpack/lib/action_controller/test_case.rb
Expand Up @@ -140,9 +140,6 @@ def initialize(env = {})


class Result < ::Array #:nodoc: class Result < ::Array #:nodoc:
def to_s() join '/' end def to_s() join '/' end
def self.new_escaped(strings)
new strings.collect {|str| uri_parser.unescape str}
end
end end


def assign_parameters(routes, controller_path, action, parameters = {}) def assign_parameters(routes, controller_path, action, parameters = {})
Expand Down

0 comments on commit 1480dfa

Please sign in to comment.