summaryrefslogtreecommitdiff
path: root/spec/ruby/library/etc/endpwent_spec.rb
blob: 8875f4387d845b98e4853d385bc2cd75e790328e (plain)
1
2
3
4
5
6
7
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/windows', __FILE__)
require 'etc'

describe "Etc.endpwent" do
  it_behaves_like :etc_on_windows, :endpwent
end