aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core/file/stat/world_writable_spec.rb
blob: 73a7c6d3ed1fca94c90e67a545adb88c859dfcd3 (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/world_writable', __FILE__)
require File.expand_path('../fixtures/classes', __FILE__)

describe "File::Stat.world_writable?" do
  it_behaves_like(:file_world_writable, :world_writable?, FileStat)
end

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