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