search for: testthis_spec

Displaying 1 result from an estimated 1 matches for "testthis_spec".

2012 Sep 21
0
rspec testing - what am I missing?
...e is something amiss with what I am doing. I believe the following should work. puppetlabs_spec_helper (0.3.0) rspec (2.11.0) rspec-core (2.11.1) rspec-expectations (2.11.2) rspec-mocks (2.11.1) rspec-puppet (0.1.4) . ├── manifests │   └── init.pp ├── Rakefile └── spec ├── classes │   └── testthis_spec.rb ├── defines ├── fixtures │   ├── manifests │   │   └── site.pp │   └── modules │   └── testthis │   └── manifests -> ../../../../manifests ├── functions ├── hosts └── spec_helper.rb $ cat manifests/init.pp class testthis { notify{...