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