Add initial rspec-system tests.
authorAshley Penney <ashley.penney@puppetlabs.com>
Wed, 2 Oct 2013 16:42:56 +0000 (12:42 -0400)
committerAshley Penney <ashley.penney@puppetlabs.com>
Wed, 2 Oct 2013 16:49:22 +0000 (12:49 -0400)
commit621111ee73d02f3ed64c071972a047c085bac6cf
treede29997e15bc2042c8cdec86b5a4c41b00dec456
parent3e3de6ee924ea75463e9df4ffdb5712c0e145403
Add initial rspec-system tests.

This covers:

apt::builddep
apt::key
apt::ppa
apt::source
apt
.nodeset.yml [new file with mode: 0644]
Gemfile
Rakefile
spec/spec_helper_system.rb [new file with mode: 0644]
spec/system/apt_builddep_spec.rb [new file with mode: 0644]
spec/system/apt_key_spec.rb [new file with mode: 0644]
spec/system/apt_ppa_spec.rb [new file with mode: 0644]
spec/system/apt_source_spec.rb [new file with mode: 0644]
spec/system/basic_spec.rb [new file with mode: 0644]
spec/system/class_spec.rb [new file with mode: 0644]