summaryrefslogtreecommitdiff
path: root/spec/ruby/library/etc/endpwent_spec.rb
blob: 7ce8f1925b0a19f72fae6b809d2d70cbcacfbd8c (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