Skip to content

Instantly share code, notes, and snippets.

@dreamr
Created November 29, 2010 05:12
Show Gist options
  • Save dreamr/719605 to your computer and use it in GitHub Desktop.
Save dreamr/719605 to your computer and use it in GitHub Desktop.
enki_ticket_6_patch.diff
From 9fbf4ca64382f48bc2df3397fbfe267172581149 Mon Sep 17 00:00:00 2001
From: James OKelly <[email protected]>
Date: Sun, 28 Nov 2010 21:10:07 -0800
Subject: [PATCH] removed pending spec on /pages route, works as intended
---
spec/controllers/pages_routing_spec.rb | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/spec/controllers/pages_routing_spec.rb b/spec/controllers/pages_routing_spec.rb
index 2848163..39f7481 100644
--- a/spec/controllers/pages_routing_spec.rb
+++ b/spec/controllers/pages_routing_spec.rb
@@ -3,7 +3,7 @@ require File.dirname(__FILE__) + '/../spec_helper'
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 does not seem to be doing what you would expect it to do")
{:get => "/pages"}.should_not route_to(:controller => 'pages', :action => 'show')
end
--
1.7.3.2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment