mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Removed obsolete names
This commit is contained in:
parent
061eba0229
commit
242e58db2f
3 changed files with 2 additions and 9 deletions
|
@ -1,7 +1,7 @@
|
|||
require_relative '../../spec_helper'
|
||||
require 'etc'
|
||||
|
||||
describe "Struct::Group" do
|
||||
describe "Etc::Group" do
|
||||
platform_is_not :windows do
|
||||
grpname = IO.popen(%w'id -gn', err: IO::NULL, &:read)
|
||||
next unless $?.success?
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue