Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #286 from takkii/develop
Browse files Browse the repository at this point in the history
Update.
  • Loading branch information
takkii authored Jan 15, 2023
2 parents d9816e8 + 406875c commit c805b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mini_test_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class MiniTestFile
attr_reader :mini_test, :mini_unit

def initialize
require 'minitest/mini_auto_runner'
require 'minitest/mini_runner'
@mini_test = Mini_Runner(true, '/GitHub/zinbeijett/mini_test')
@mini_unit = Mini_Runner(true, '/GitHub/zinbeijett/mini_unit')
end
Expand Down

0 comments on commit c805b51

Please sign in to comment.