aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/file/stat/world_readable_spec.rb
blob: 178e39a1ea171cfb50a12cb0c61d919922a624c5 (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_readable', __FILE__)
require File.expand_path('../fixtures/classes', __FILE__)

describe "File::Stat.world_readable?" do
  it_behaves_like(:file_world_readable, :world_readable?, FileStat)
end

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