Sha256: 60ea508ce8f8be147872a6eceafad81767c1cb89d5864c6ce7a819fa3362e923
Contents?: true
Size: 256 Bytes
Versions: 83
Compression:
Stored size: 256 Bytes
Contents
require File.dirname(File.join(__rhoGetCurrentDir(), __FILE__)) + '/../../../spec_helper' describe 'File::Stat#dev' do it "returns the number of the device on which the file exists" do File.stat('/dev/null').dev.should be_kind_of(Integer) end end
Version data entries
83 entries across 83 versions & 1 rubygems