Skip to content

Commit

Permalink
Debug commit
Browse files Browse the repository at this point in the history
  • Loading branch information
riseshia committed Nov 3, 2023
1 parent a39104a commit 901fab2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/oneshot_coverage_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ def test_with_cover_bundle_path
logs = actual_logs
assert_equal logs["adder.rb-e4e5063f874fdd16febba4e8b8b2448b"], [1,2,7,3,4,8]

pp logs
logs_from_bundled_gem = logs.select { |log| log.include?("minitest-") }
assert_equal logs_from_bundled_gem.size, 5
end
Expand Down

0 comments on commit 901fab2

Please sign in to comment.