Skip to content

Instantly share code, notes, and snippets.

Created July 1, 2009 16:19
Show Gist options
  • Save anonymous/138855 to your computer and use it in GitHub Desktop.
Save anonymous/138855 to your computer and use it in GitHub Desktop.
describe ApplicationHelper, "current_page?" do
it "should ignore anchors in request_uri" do
@controller.request.request_uri = "/page/url#anchor"
helper.current_page?( "/page/url").should be_true
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment