README.md in puppetlabs_spec_helper-2.15.0 vs README.md in puppetlabs_spec_helper-2.16.0
- old
+ new
@@ -333,9 +333,13 @@
firewall:
repo: "git://github.com/puppetlabs/puppetlabs-firewall"
ref: "2.6.0"
```
+Fixture Loading
+---------------
+Any module that has a `spec/lib` directory will be available on the ruby `LOAD_PATH` for tests to consume. This allows modules to provide additional helper code to be supplied. The [augeasprovider_core](https://github.com/hercules-team/augeasproviders_core) module has [some examples](https://github.com/hercules-team/augeasproviders_core/tree/master/spec/lib).
+
Testing Parser Functions
========================
This whole section is superseded by improved support of accessing the scope in
rspec-puppet.