Commit ac628a17 by Andrew Pollok

first -> last in test

parent c1b35778
...@@ -65,7 +65,7 @@ class FileAdapterTest < Test::Unit::TestCase ...@@ -65,7 +65,7 @@ class FileAdapterTest < Test::Unit::TestCase
MIME::Types.stubs(:type_for).returns([MIME::Type.new('image/x-mp4'), MIME::Type.new('image/x-video')]) MIME::Types.stubs(:type_for).returns([MIME::Type.new('image/x-mp4'), MIME::Type.new('image/x-video')])
end end
should "return the last" do should "return the first" do
assert_equal "image/x-mp4", @subject.content_type assert_equal "image/x-mp4", @subject.content_type
end end
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