Commit 2563835e9aac2ea545071bf5948c33f670552bc8
1 parent
b4814292
Exists in
master
and in
17 other branches
Removed legacy code [skip ci]
Showing
1 changed file
with
0 additions
and
2 deletions
Show diff stats
test/test_helper.rb
... | ... | @@ -10,8 +10,6 @@ Searchkick.index_suffix = ENV["TEST_ENV_NUMBER"] |
10 | 10 | |
11 | 11 | ENV["RACK_ENV"] = "test" |
12 | 12 | |
13 | -Minitest::Test = Minitest::Unit::TestCase unless defined?(Minitest::Test) | |
14 | - | |
15 | 13 | if !defined?(ParallelTests) || ParallelTests.first_process? |
16 | 14 | File.delete("elasticsearch.log") if File.exist?("elasticsearch.log") |
17 | 15 | end | ... | ... |