]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commit
Initial start on rspec-system tests
authorKen Barber <ken@bob.sh>
Fri, 29 Mar 2013 20:35:04 +0000 (20:35 +0000)
committerKen Barber <ken@bob.sh>
Sat, 30 Mar 2013 22:05:25 +0000 (22:05 +0000)
commit5da92c830ea79e3a6ba7cac21072c6044ebda335
tree1e4f13b23520f5277a747d15e66d4561b90bd3c3
parent3dcfa40976bc5b1fc1c7c5ad62bf64eff778e5a8
Initial start on rspec-system tests

This patch includes system tests using rspec-system. You can try these out
with:

    rake spec:system

Consult the docs in the README.md for details on how to run tests on
different OS variants.

Signed-off-by: Ken Barber <ken@bob.sh>
.nodeset.yml [new file with mode: 0644]
Gemfile
README.markdown
Rakefile
spec/spec_helper_system.rb [new file with mode: 0644]
spec/system/basic_spec.rb [new file with mode: 0644]
spec/unit/classes/firewall_linux_debian_spec.rb [moved from spec/classes/firewall_linux_debian_spec.rb with 83% similarity]
spec/unit/classes/firewall_linux_redhat_spec.rb [moved from spec/classes/firewall_linux_redhat_spec.rb with 69% similarity]
spec/unit/classes/firewall_linux_spec.rb [moved from spec/classes/firewall_linux_spec.rb with 94% similarity]
spec/unit/classes/firewall_spec.rb [moved from spec/classes/firewall_spec.rb with 79% similarity]