Skip to content

Commit

Permalink
minor rearrangement of requires
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/minitest/dev/": change = 12118]
  • Loading branch information
zenspider committed Jun 11, 2019
1 parent 7236032 commit 040f413
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/minitest/test_minitest_spec.rb
@@ -1,5 +1,5 @@
# encoding: utf-8
require "minitest/autorun"
require "minitest/metametameta"
require "stringio"

class MiniSpecA < Minitest::Spec; end
Expand Down Expand Up @@ -756,8 +756,6 @@ def test_it_wont_add_test_methods_to_children
end
end

require "minitest/metametameta"

class TestMeta < MetaMetaMetaTestCase
parallelize_me!

Expand Down

0 comments on commit 040f413

Please sign in to comment.