Sha256: 1902cb8354253750a6f82702175fd3e114ccd4d7d230e585ce8eefba841b9077
Contents?: true
Size: 455 Bytes
Versions: 52
Compression:
Stored size: 455 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) require File.expand_path('../../../shared/file/world_writable', __FILE__) ruby_version_is "1.9" do describe "File.world_writable?" do it_behaves_like(:file_world_writable, :world_writable?, File) it "returns nil if the file does not exist" do file = rand.to_s + $$.to_s File.exists?(file).should be_false File.world_writable?(file).should be_nil end end end
Version data entries
52 entries across 52 versions & 2 rubygems