aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/library/etc/endgrent_spec.rb
blob: 95f0dc05e35d32ed1fcef4014b1b907b2164a83e (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.endgrent" do
  it_behaves_like(:etc_on_windows, :endgrent)
end