summary refs log tree commit
path: root/test/spec_mime.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/spec_mime.rb')
-rw-r--r--test/spec_mime.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/spec_mime.rb b/test/spec_mime.rb
index cd40b4b5..569233b4 100644
--- a/test/spec_mime.rb
+++ b/test/spec_mime.rb
@@ -19,7 +19,7 @@ describe Rack::Mime do
   end
 
   it "should support null fallbacks" do
-    Rack::Mime.mime_type('.nothing', nil).must_equal nil
+    Rack::Mime.mime_type('.nothing', nil).must_be_nil
   end
 
   it "should match exact mimes" do