Sha256: dfa4c76e0d1ce732940b82a6a69b63880c22b1d2b986a1b334b2386df94319a8

Contents?: true

Size: 382 Bytes

Versions: 83

Compression:

Stored size: 382 Bytes

Contents

require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/../../spec_helper'
require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/../../shared/file/grpowned'

describe "File.grpowned?" do
  it_behaves_like :file_grpowned, :grpowned?, File

  it "returns false if file the does not exist" do
    File.grpowned?("i_am_a_bogus_file").should == false
  end
end

Version data entries

83 entries across 83 versions & 1 rubygems

Version Path
rhodes-1.4.2 spec/framework_spec/app/spec/core/file/grpowned_spec.rb
rhodes-1.4.1 spec/framework_spec/app/spec/core/file/grpowned_spec.rb
rhodes-1.4.0 spec/framework_spec/app/spec/core/file/grpowned_spec.rb