aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/file/stat/setuid_spec.rb
blob: 5057af0ccc3646684fe139104e195e99d46310a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
require File.expand_path('../../../../spec_helper', __FILE__)
require File.expand_path('../../../../shared/file/setuid', __FILE__)
require File.expand_path('../fixtures/classes', __FILE__)

describe "File::Stat#setuid?" do
  it_behaves_like :file_setuid, :setuid?, FileStat
end

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