aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/etc/struct_group_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/etc/struct_group_spec.rb')
-rw-r--r--spec/ruby/library/etc/struct_group_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/etc/struct_group_spec.rb b/spec/ruby/library/etc/struct_group_spec.rb
index 0b50ff578f..b2147e306d 100644
--- a/spec/ruby/library/etc/struct_group_spec.rb
+++ b/spec/ruby/library/etc/struct_group_spec.rb
@@ -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?