Sha256: 73e2ac7719cdb53c5e160008a34adb3b0026849159dc1c9a4e37032263b84f20

Contents?: true

Size: 246 Bytes

Versions: 1

Compression:

Stored size: 246 Bytes

Contents

require 'spec_helper'

set :os, :family => 'freebsd'

describe get_command(:get_file_owner_user, '/tmp') do
  it { should eq 'stat -f%Su /tmp' }
end

describe get_command(:get_file_owner_group, '/tmp') do
  it { should eq 'stat -f%Sg /tmp' }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
specinfra-2.0.2 spec/command/freebsd/file_spec.rb