summaryrefslogtreecommitdiff
path: root/test/test_mime_types.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_mime_types.rb')
-rw-r--r--test/test_mime_types.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_mime_types.rb b/test/test_mime_types.rb
index 6df7b65..caadc37 100644
--- a/test/test_mime_types.rb
+++ b/test/test_mime_types.rb
@@ -43,7 +43,7 @@ describe MIME::Types do
end
end
- describe '#\[]' do
+ describe '#[]' do
it 'can be searched with a MIME::Type' do
text_plain = MIME::Type.new('text/plain')
assert_includes mime_types[text_plain], 'text/plain'