Sha256: bcb87f1423ba278a55653001e291f3c2c713040e51156eb07fba792d02594e70

Contents?: true

Size: 1.02 KB

Versions: 7

Compression:

Stored size: 1.02 KB

Contents

# workstation tests

describe file('C:\Users\vagrant\.ssh\id_rsa.pub') do
  its('content') { file("/tmp/public.pub").content }
end

describe command('choco list -l cmder') do
  its(:stdout) { should match(/[1-2] packages installed\./) }
end

describe command('choco list -l googlechrome') do
  its(:stdout) { should match(/1 packages installed\./) }
end

describe command('choco list -l atom') do
  its(:stdout) { should match(/1 packages installed\./) }
end

describe command('choco list -l git.install') do
  its(:stdout) { should match(/1 packages installed\./) }
end

describe command('choco list -l gitextensions') do
  its(:stdout) { should match(/1 packages installed\./) }
end

describe command('choco list -l git-credential-manager-for-windows') do
  its(:stdout) { should match(/1 packages installed\./) }
end

describe command('choco list -l visualstudiocode') do
  its(:stdout) { should match(/1 packages installed\./) }
end

describe command('choco list -l poshgit') do
  its(:stdout) { should match(/1 packages installed\./) }
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
wombat-cli-0.3.4 generator_files/cookbooks/workstation/test/integration/default/workstation_spec.rb
wombat-cli-0.3.3 generator_files/cookbooks/workstation/test/integration/default/workstation_spec.rb
wombat-cli-0.3.2 generator_files/cookbooks/workstation/test/integration/default/workstation_spec.rb
wombat-cli-0.3.1 generator_files/cookbooks/workstation/test/integration/default/workstation_spec.rb
wombat-cli-0.3.0 generator_files/cookbooks/workstation/test/integration/default/workstation_spec.rb
wombat-cli-0.2.1 cookbooks/workstation/test/integration/default/workstation_spec.rb
wombat-cli-0.2.0 cookbooks/workstation/test/integration/default/workstation_spec.rb