aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/file/stat/setgid_spec.rb
blob: 9b972f5a6dce3337b2e892f3573e76f43ed09563 (plain)
1
2
3
4
5
6
7
8
9
10
11
require_relative '../../../spec_helper'
require_relative '../../../shared/file/setgid'
require_relative 'fixtures/classes'

describe "File::Stat#setgid?" do
  it_behaves_like :file_setgid, :setgid?, FileStat
end

describe "File::Stat#setgid?" do
  it "needs to be reviewed for spec completeness"
end