Skip to content

Commit

Permalink
Fix wrong spec description.
Browse files Browse the repository at this point in the history
  • Loading branch information
netzpirat committed May 30, 2011
1 parent 2d57c4e commit 6ff3894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/guard/rspec/formatter_spec.rb
Expand Up @@ -47,7 +47,7 @@
subject.priority(:pending).should eql -1
end

it "returns the failed priority" do
it "returns the success priority" do
subject.priority(:success).should eql -2
end
end
Expand Down

0 comments on commit 6ff3894

Please sign in to comment.