]> review.fuel-infra Code Review - puppet-modules/puppetlabs-firewall.git/commit
(#9576) Align spec framework with Puppet core.
authorKen Barber <ken@bob.sh>
Sat, 17 Sep 2011 22:40:53 +0000 (23:40 +0100)
committerKen Barber <ken@bob.sh>
Sat, 17 Sep 2011 22:40:53 +0000 (23:40 +0100)
commitf64132ae1b86e8585a006cbf2f8d4d518e63865a
treecb47bae9520bf9a284b9bd2576068b4579720823
parente12c51695e43c749b4c1d995b53aec7eb3d1f2fa
(#9576) Align spec framework with Puppet core.

The point of this change is to align the spec testing behaviour with Puppet core
so we can get similar behaviour and less problems if we ever want to move this
type into core.
spec/monkey_patches/alias_should_to_must.rb [new file with mode: 0755]
spec/monkey_patches/publicize_methods.rb [new file with mode: 0755]
spec/puppet_spec/files.rb [new file with mode: 0755]
spec/puppet_spec/fixtures.rb [new file with mode: 0755]
spec/puppet_spec/matchers.rb [new file with mode: 0644]
spec/puppet_spec/verbose.rb [new file with mode: 0755]
spec/spec_helper.rb