Sha256: 91bf456ae78aad530e51604f77a0f3c47bb588ab8e4cb66f542db248549221d8
Contents?: true
Size: 254 Bytes
Versions: 218
Compression:
Stored size: 254 Bytes
Contents
require 'spec_helper' property[:os] = nil set :os, :family => 'openbsd' describe get_command(:get_file_mtime, '/tmp') do it { should eq 'stat -f %m /tmp' } end describe get_command(:get_file_size, '/tmp') do it { should eq 'stat -f %z /tmp' } end
Version data entries
218 entries across 218 versions & 3 rubygems