Sha256: 3b69cc90706699f61c0c0dfe6fa8408829c252faed1dbe51c779d7c8c5b5f036

Contents?: true

Size: 417 Bytes

Versions: 49

Compression:

Stored size: 417 Bytes

Contents

require 'spec_helper'

property[:os] = nil
set :os, { :family => 'clearlinux' }

describe  get_command(:check_package_is_installed, 'vim') do
  it { should eq "swupd bundle-list --quiet | grep -w vim" }
end

describe get_command(:install_package, 'vim') do
  it { should eq "swupd bundle-add --quiet vim" }
end

describe get_command(:remove_package, 'vim') do
  it { should eq "swupd bundle-remove --quiet  vim" }
end

Version data entries

49 entries across 49 versions & 1 rubygems

Version Path
specinfra-2.82.5 spec/command/clearlinux/package_spec.rb
specinfra-2.82.4 spec/command/clearlinux/package_spec.rb
specinfra-2.82.3 spec/command/clearlinux/package_spec.rb
specinfra-2.82.2 spec/command/clearlinux/package_spec.rb
specinfra-2.82.1 spec/command/clearlinux/package_spec.rb
specinfra-2.82.0 spec/command/clearlinux/package_spec.rb
specinfra-2.81.0 spec/command/clearlinux/package_spec.rb
specinfra-2.80.0 spec/command/clearlinux/package_spec.rb
specinfra-2.79.0 spec/command/clearlinux/package_spec.rb