Skip to content

Commit

Permalink
This is what you get when you fix a spec in a file, it breaks another…
Browse files Browse the repository at this point in the history
… spec.
  • Loading branch information
Frédéric de Villamil committed Aug 25, 2013
1 parent 21fac3a commit 8c12dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/models/note_spec.rb
Expand Up @@ -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
Expand Down

0 comments on commit 8c12dd0

Please sign in to comment.