Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed May 19, 2023
1 parent 4cc8a8d commit f83b630
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion connection_pool.gemspec
Expand Up @@ -20,5 +20,5 @@ Gem::Specification.new do |s|
s.add_development_dependency "rake"
s.required_ruby_version = ">= 2.5.0"

s.metadata = { "changelog_uri" => "https://github.com/mperham/connection_pool/blob/main/Changes.md", "rubygems_mfa_required" => "true" }
s.metadata = {"changelog_uri" => "https://github.com/mperham/connection_pool/blob/main/Changes.md", "rubygems_mfa_required" => "true"}
end
1 change: 0 additions & 1 deletion test/test_connection_pool.rb
Expand Up @@ -570,7 +570,6 @@ def test_after_fork_callback_being_skipped
assert_equal(prefork_connection, pool.with { |c| c })
end


def test_after_fork_callback_checkin
skip("MRI feature") unless Process.respond_to?(:fork)
GC.start # cleanup instances created by other tests
Expand Down

0 comments on commit f83b630

Please sign in to comment.