Skip to content

Commit

Permalink
fix spec
Browse files Browse the repository at this point in the history
  • Loading branch information
grosser committed Oct 14, 2011
1 parent 31605fb commit 7502444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/rack/toolbar_spec.rb
Expand Up @@ -72,7 +72,7 @@

it "should provide a link to the target URL" do
response = get "/redirect", {}, "rack-bug.intercept_redirects" => true
response.should have_selector("a[href='/']")
response.should have_selector("a[href='http://example.org/']")
end

it "inserts the toolbar if requested" do
Expand Down

0 comments on commit 7502444

Please sign in to comment.