Sha256: fc873f89a9676f0d52944a1138df93c96865cb9b8f31b52b649b1af0e54eb40a

Contents?: true

Size: 203 Bytes

Versions: 4

Compression:

Stored size: 203 Bytes

Contents

require 'spec_helper'

set :os, { :family => nil }

describe  Specinfra.command.check_file_is_directory('/tmp') do
  after do
    property[:os_by_host] = nil
  end

  it { should eq 'test -d /tmp' }
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
specinfra-2.0.0.beta17 spec/command/base/file_spec.rb
specinfra-2.0.0.beta16 spec/command/base/file_spec.rb
specinfra-2.0.0.beta15 spec/command/base/file_spec.rb
specinfra-2.0.0.beta14 spec/command/base/file_spec.rb