summaryrefslogtreecommitdiff
path: root/test/test_mime_types_cache.rb
diff options
context:
space:
mode:
authorAustin Ziegler <austin@zieglers.ca>2013-08-30 00:35:46 -0400
committerAustin Ziegler <austin@zieglers.ca>2013-08-30 00:35:46 -0400
commitd6159b94405d4389adc2fc9545b4e58363fe5b82 (patch)
tree53cadda657fdbacdbaef486170410dc6e36810bf /test/test_mime_types_cache.rb
parent7e69a3e90ec7787e7ad825dcbf6cf6ef77ef06b9 (diff)
downloadmime-types-d6159b94405d4389adc2fc9545b4e58363fe5b82.tar.gz
Documenting caching for 1.25 release.
- Fixing some issues with loading the cache container. - Fixing some issues with the run of tests in a particular order. - Modernized Minitest usage.
Diffstat (limited to 'test/test_mime_types_cache.rb')
-rw-r--r--test/test_mime_types_cache.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_mime_types_cache.rb b/test/test_mime_types_cache.rb
index 6c8077e..e9f1fcb 100644
--- a/test/test_mime_types_cache.rb
+++ b/test/test_mime_types_cache.rb
@@ -2,7 +2,7 @@
require 'mime/types'
-class TestMIME_Types_Cache < MiniTest::Test
+class TestMIMETypesCache < Minitest::Test
def setup
require 'fileutils'
@cache_file = File.expand_path('../cache.tst', __FILE__)