summaryrefslogtreecommitdiff
path: root/spec/ruby/library/etc/endgrent_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/etc/endgrent_spec.rb')
-rw-r--r--spec/ruby/library/etc/endgrent_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/etc/endgrent_spec.rb b/spec/ruby/library/etc/endgrent_spec.rb
index 95f0dc05e3..4b9fd0d017 100644
--- a/spec/ruby/library/etc/endgrent_spec.rb
+++ b/spec/ruby/library/etc/endgrent_spec.rb
@@ -3,5 +3,5 @@ require File.expand_path('../shared/windows', __FILE__)
require 'etc'
describe "Etc.endgrent" do
- it_behaves_like(:etc_on_windows, :endgrent)
+ it_behaves_like :etc_on_windows, :endgrent
end