blob: e72963c0b8e7f665030f66b4c9430600537a084b (
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
|