Commit ae781ac8 by Gabe Berke-Williams

Typo, as per usual.

parent d639d5ea
...@@ -1060,7 +1060,7 @@ class AttachmentTest < Test::Unit::TestCase ...@@ -1060,7 +1060,7 @@ class AttachmentTest < Test::Unit::TestCase
assert File.exists?(@path) assert File.exists?(@path)
end end
should "not delete the file when model is destroy" do should "not delete the file when model is destroyed" do
@dummy.destroy @dummy.destroy
assert File.exists?(@path) assert File.exists?(@path)
end 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