From 8c12dd0591fc0f00ca19d9ea7ca6dee294e83ece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20de=20Villamil?= Date: Sun, 25 Aug 2013 15:55:56 +0200 Subject: [PATCH] This is what you get when you fix a spec in a file, it breaks another spec. --- spec/models/note_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/models/note_spec.rb b/spec/models/note_spec.rb index 9279765972..672f01eac5 100644 --- a/spec/models/note_spec.rb +++ b/spec/models/note_spec.rb @@ -73,7 +73,7 @@ describe "#permalink_url" do subject { @note.permalink_url } - it { should == "http://myblog.net/note/#{@note.id}-this-is-a-status" } + it { should == "http://myblog.net/note/#{@note.id}-this-is-a-note" } end it "should give a sanitized title" do