summaryrefslogtreecommitdiff
path: root/test/rubygems/test_gem_resolver_git_specification.rb
diff options
context:
space:
mode:
authorMSP-Greg <[email protected]>2023-03-23 10:44:00 -0500
committergit <[email protected]>2023-03-24 13:00:53 +0000
commit7149f5763ea121b71ad0763cd8554bc663d8eedd ()
treeccaa78c5d5995fbcfb82d1e3d463c237fe7cb2d5 /test/rubygems/test_gem_resolver_git_specification.rb
parent2759cf46f28b1f5ba52f6b7686fd23cb8d792ede (diff)
[rubygems/rubygems] remove test skips/pends on mswin platform
https://.com/rubygems/rubygems/commit/1d52eff8bf
-rw-r--r--test/rubygems/test_gem_resolver_git_specification.rb2
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ class TestGemResolverGitSpecification < Gem::TestCase
def test_install_extension
pend if Gem.java_platform?
- pend if RUBY_PLATFORM.include?("mswin") && ENV.key?("_ACTIONS") # not working from the beginning
name, _, repository, = git_gem "a", 1 do |s|
s.extensions << "ext/extconf.rb"
end