Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
Typo, as per usual.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabe Berke-Williams committed Sep 7, 2011
1 parent d639d5e commit ae781ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/attachment_test.rb
Expand Up @@ -1060,7 +1060,7 @@ def do_after_all; end
assert File.exists?(@path)
end

should "not delete the file when model is destroy" do
should "not delete the file when model is destroyed" do
@dummy.destroy
assert File.exists?(@path)
end
Expand Down

1 comment on commit ae781ac

@sikachu
Copy link
Contributor

@sikachu sikachu commented on ae781ac Sep 7, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grammar mafia!

Please sign in to comment.