Sha256: 6b7f0229b1014b9ce7ba9c09bfdbb73b60bfd700023454b592af41312f2c7f01

Contents?: true

Size: 191 Bytes

Versions: 2

Compression:

Stored size: 191 Bytes

Contents

require File.join( File.dirname(__FILE__),  "spec_helper" )

describe "Util.tempio" do
  
  it "should return an unlinked file" do
    Updater::Util.tempio.stat.nlink.should == 0
  end
  
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
updater-0.10.1 spec/util_spec.rb
updater-0.10.0 spec/util_spec.rb