Sha256: 20163a50bdee5d6d85d925559a1c69a6e6b25ea0b0f5629c1d84695fa01683c9
Contents?: true
Size: 345 Bytes
Versions: 52
Compression:
Stored size: 345 Bytes
Contents
require File.expand_path('../../../spec_helper', __FILE__) require File.expand_path('../../../shared/file/grpowned', __FILE__) describe "FileTest.grpowned?" do it_behaves_like :file_grpowned, :grpowned?, FileTest it "returns false if the file doesn't exist" do FileTest.grpowned?("xxx-tmp-doesnt_exist-blah").should be_false end end
Version data entries
52 entries across 52 versions & 2 rubygems