Skip to content

Commit

Permalink
More specific message for the one remaining pending spec - still fail…
Browse files Browse the repository at this point in the history
…s on 1.9.2
  • Loading branch information
xaviershay committed Dec 3, 2010
1 parent dbe3b05 commit 3ba5fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/pages_routing_spec.rb
Expand Up @@ -3,7 +3,7 @@
describe PagesController do
describe "route" do
it "should not route /pages to show" do
pending("This assertion does not seem to be doing what you would expect it to do")
pending("This assertion fails under 1.9.2, but not under 1.8.7. No idea why.")
{:get => "/pages"}.should_not route_to(:controller => 'pages', :action => 'show')
end

Expand Down

0 comments on commit 3ba5fca

Please sign in to comment.