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