mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Adjust minitest file path
This commit is contained in:
parent
4adfd5227f
commit
5aed62454c
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
# frozen_string_literal: false
|
# frozen_string_literal: false
|
||||||
|
|
||||||
require 'pathname'
|
require 'pathname'
|
||||||
require 'minitest/metametameta'
|
require_relative 'metametameta'
|
||||||
|
|
||||||
module MyModule; end
|
module MyModule; end
|
||||||
class AnError < StandardError; include MyModule; end
|
class AnError < StandardError; include MyModule; end
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue