Fix name collision in test class.
This commit is contained in:
parent
0ac4a845d1
commit
1a028fcbaa
|
@ -1,6 +1,6 @@
|
||||||
require 'test_helper'
|
require 'test_helper'
|
||||||
|
|
||||||
class ZipFileTest < MiniTest::Test
|
class ZipCaseSensitivityTest < MiniTest::Test
|
||||||
include CommonZipFileFixture
|
include CommonZipFileFixture
|
||||||
|
|
||||||
SRC_FILES = [['test/data/file1.txt', 'testfile.rb'],
|
SRC_FILES = [['test/data/file1.txt', 'testfile.rb'],
|
||||||
|
|
Loading…
Reference in New Issue