haha typo

This commit is contained in:
John Bintz 2011-05-26 10:33:01 -04:00
parent b373b3ced7
commit 5b19b21042
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ module Guard
end
end
Notifier.notify("#{passes + fails} examples, #{fails} failures", :title => 'Jasmine results', :image => (fails == 0) ? :success : :failes)
Notifier.notify("#{passes + fails} examples, #{fails} failures", :title => 'Jasmine results', :image => (fails == 0) ? :success : :failed)
$?.exitstatus
end
end