Commit ae781ac8 by Gabe Berke-Williams

Typo, as per usual.

parent d639d5ea
......@@ -1060,7 +1060,7 @@ class AttachmentTest < Test::Unit::TestCase
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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment