Skip to content

Commit

Permalink
Adjust minitest file path
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Jul 2, 2019
1 parent 4adfd52 commit 5aed624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/test/minitest/test_minitest_unit.rb
Expand Up @@ -2,7 +2,7 @@
# frozen_string_literal: false

require 'pathname'
require 'minitest/metametameta'
require_relative 'metametameta'

module MyModule; end
class AnError < StandardError; include MyModule; end
Expand Down

0 comments on commit 5aed624

Please sign in to comment.