Sha256: b41e8f46241dfa69f6a44930dc50a1cdde6e71509a45037ddf3f71963e1cbb28

Contents?: true

Size: 453 Bytes

Versions: 7

Compression:

Stored size: 453 Bytes

Contents

require 'spec_helper_system'

# Here we put the more basic fundamental tests, ultra obvious stuff.
describe "basic tests:" do
  context 'make sure we have copied the module across' do
    # No point diagnosing any more if the module wasn't copied properly
    context shell 'ls /etc/puppet/modules/concat' do
      its(:stdout) { should =~ /Modulefile/ }
      its(:stderr) { should be_empty }
      its(:exit_code) { should be_zero }
    end
  end
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
freighthop-0.6.1 modules/concat/spec/system/basic_spec.rb
freighthop-0.6.0 modules/concat/spec/system/basic_spec.rb
freighthop-0.5.2 modules/concat/spec/system/basic_spec.rb
freighthop-0.5.1 modules/concat/spec/system/basic_spec.rb
freighthop-0.5.0 modules/concat/spec/system/basic_spec.rb
freighthop-0.4.1 modules/concat/spec/system/basic_spec.rb
freighthop-0.4.0 modules/concat/spec/system/basic_spec.rb