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 #336 from takkii/develop
Browse files Browse the repository at this point in the history
Update.
  • Loading branch information
takkii authored Apr 16, 2024
2 parents 7b8c9dc + 1c85ba2 commit 7a28ce5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion coverage/.resultset.json
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@
]
}
},
"timestamp": 1713257383
"timestamp": 1713261018
},
"RSpec": {
"coverage": {
Expand Down
2 changes: 1 addition & 1 deletion mini_test_runner.rb
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def remove
SimpleCov.start
MiniTestFile.new.remove
rescue StandardError => e
puts e.backtrace
puts e.backtrace.tanraku_exit
ensure
GC.compact
end
Expand Down
1 change: 1 addition & 0 deletions req/minitest.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@
require 'minitest/autorun'
require 'minitest/unit'
require 'minitest/runner'
require 'tanraku'
# --------------------------------------

0 comments on commit 7a28ce5

Please sign in to comment.