Skip to content

Instantly share code, notes, and snippets.

@leshill
Created December 3, 2009 16:19
Show Gist options
  • Save leshill/248286 to your computer and use it in GitHub Desktop.
Save leshill/248286 to your computer and use it in GitHub Desktop.
# require 'webrat_ext'
module Webrat
module Methods
delegate_to_session :current_path
end
class Session
def current_path
URI.parse(current_url).path
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment