Commit 066a139e by Dan Collis-Puro Committed by Jon Yurek

Fix stringio name in tests

parent 508563d8
......@@ -9,7 +9,7 @@ class StringioFileProxyTest < Test::Unit::TestCase
end
should "return a file name" do
assert_equal "stringio.txt", @subject.original_filename
assert_equal "data.txt", @subject.original_filename
end
should "return a content type" do
......
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