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

describe "File::Stat#sticky?" do
  it_behaves_like :file_sticky, :sticky?, FileStat
end

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