Skip to content

Instantly share code, notes, and snippets.

@rsl
Forked from anonymous/gist:138855
Created July 1, 2009 16:25
Show Gist options
  • Save rsl/138860 to your computer and use it in GitHub Desktop.
Save rsl/138860 to your computer and use it in GitHub Desktop.
describe ApplicationHelper
describe "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