We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bd997e commit 2f06e4fCopy full SHA for 2f06e4f
test/rubygems/test_gem_package.rb
@@ -513,7 +513,6 @@ def test_extract_files_empty
513
514
def test_extract_file_permissions
515
pend "chmod not supported" if Gem.win_platform?
516
- pend "Travis CI enable writable permission to group" if ENV['TRAVIS']
517
518
gem_with_long_permissions = File.expand_path("packages/Bluebie-legs-0.6.2.gem", __dir__)
519
@@ -529,7 +528,6 @@ def test_extract_file_permissions
529
528
530
def test_extract_file_umask_global_permissions
531
532
533
534
package = Gem::Package.new @gem
535
0 commit comments