Skip to content

Commit

Permalink
Remove TestCase class
Browse files Browse the repository at this point in the history
  • Loading branch information
tagliala committed Mar 25, 2016
1 parent 5f4c976 commit b77eaec
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/route_translator/extensions/action_controller.rb
Expand Up @@ -24,14 +24,4 @@ def set_locale_from_url
I18n.locale = current_locale if tmp_locale
end
end

class TestCase
include ActionController::UrlFor

delegate :env, :request, to: :@controller

def _routes
@routes
end
end
end

0 comments on commit b77eaec

Please sign in to comment.