rspec-puppet 2.11.1 → 3.0.0.rc.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (44) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +139 -477
  3. data/README.md +18 -5
  4. data/bin/rspec-puppet-init +4 -3
  5. data/lib/rspec-puppet/adapters.rb +67 -61
  6. data/lib/rspec-puppet/cache.rb +3 -2
  7. data/lib/rspec-puppet/consts.rb +16 -14
  8. data/lib/rspec-puppet/coverage.rb +37 -42
  9. data/lib/rspec-puppet/errors.rb +6 -6
  10. data/lib/rspec-puppet/example/application_example_group.rb +3 -1
  11. data/lib/rspec-puppet/example/class_example_group.rb +3 -1
  12. data/lib/rspec-puppet/example/define_example_group.rb +3 -1
  13. data/lib/rspec-puppet/example/function_example_group.rb +28 -23
  14. data/lib/rspec-puppet/example/host_example_group.rb +3 -1
  15. data/lib/rspec-puppet/example/provider_example_group.rb +2 -0
  16. data/lib/rspec-puppet/example/type_alias_example_group.rb +4 -2
  17. data/lib/rspec-puppet/example/type_example_group.rb +3 -1
  18. data/lib/rspec-puppet/example.rb +6 -7
  19. data/lib/rspec-puppet/facter_impl.rb +11 -10
  20. data/lib/rspec-puppet/matchers/allow_value.rb +10 -10
  21. data/lib/rspec-puppet/matchers/compile.rb +54 -61
  22. data/lib/rspec-puppet/matchers/count_generic.rb +18 -18
  23. data/lib/rspec-puppet/matchers/create_generic.rb +68 -78
  24. data/lib/rspec-puppet/matchers/dynamic_matchers.rb +13 -2
  25. data/lib/rspec-puppet/matchers/include_class.rb +5 -4
  26. data/lib/rspec-puppet/matchers/parameter_matcher.rb +11 -12
  27. data/lib/rspec-puppet/matchers/raise_error.rb +5 -1
  28. data/lib/rspec-puppet/matchers/run.rb +41 -42
  29. data/lib/rspec-puppet/matchers/type_matchers.rb +37 -48
  30. data/lib/rspec-puppet/matchers.rb +2 -0
  31. data/lib/rspec-puppet/monkey_patches/win32/registry.rb +7 -5
  32. data/lib/rspec-puppet/monkey_patches/win32/taskscheduler.rb +3 -1
  33. data/lib/rspec-puppet/monkey_patches/windows/taskschedulerconstants.rb +208 -205
  34. data/lib/rspec-puppet/monkey_patches.rb +56 -56
  35. data/lib/rspec-puppet/rake_task.rb +6 -4
  36. data/lib/rspec-puppet/raw_string.rb +2 -0
  37. data/lib/rspec-puppet/sensitive.rb +9 -7
  38. data/lib/rspec-puppet/setup.rb +43 -48
  39. data/lib/rspec-puppet/spec_helper.rb +2 -0
  40. data/lib/rspec-puppet/support.rb +133 -134
  41. data/lib/rspec-puppet/tasks/release_test.rb +8 -5
  42. data/lib/rspec-puppet/version.rb +5 -0
  43. data/lib/rspec-puppet.rb +43 -51
  44. metadata +11 -9
data/CHANGELOG.md CHANGED
@@ -1,614 +1,276 @@
1
- # Change Log
2
- All notable changes to this project will be documented in this file. This
3
- project adheres to [Semantic Versioning](http://semver.org/).
1
+ <!-- markdownlint-disable MD024 -->
2
+ # Changelog
4
3
 
5
- ## [2.11.1]
4
+ All notable changes to this project will be documented in this file.
6
5
 
7
- ### Fixed
8
- * Ensure FacterImpl consistency between example groups ([#19](https://github.com/puppetlabs/rspec-puppet/pull/19))
9
-
10
- ## [2.11.0]
6
+ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
11
7
 
12
- ### Added
13
- * Add setting to use custom Facter implementation ([GH-16](https://github.com/puppetlabs/rspec-puppet/pull/16))
8
+ ## [v3.0.0-rc.1](https://github.com/puppetlabs/rspec-puppet/tree/v3.0.0-rc.1) - 2023-04-12
14
9
 
15
- ## [2.10.0]
16
- The release sees rspec-puppet move into the puppetlabs namespace
10
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.12.0...v3.0.0-rc.1)
17
11
 
18
- ### Added
19
- * Add ruby 3 support ([GH-11](https://github.com/puppetlabs/rspec-puppet/pull/11))
12
+ ### Changed
13
+ - (CONT-808) Ruby 3 / Puppet 8 Support [#48](https://github.com/puppetlabs/rspec-puppet/pull/48) ([chelnak](https://github.com/chelnak))
20
14
 
21
- ## [2.9.0]
15
+ ### Fixed
22
16
 
23
- ### Added
24
- * Allow users to disable app_management for Puppet 4
25
- * Added support for regexp arguments to Sensitive
26
- * Handle all auto*, not just autorequire
27
- * Set up loaders so that 4.x functions resolve properly
17
+ - Default to current versions of Puppet and Facter [#36](https://github.com/puppetlabs/rspec-puppet/pull/36) ([ekohl](https://github.com/ekohl))
18
+ - fixed plugins link [#30](https://github.com/puppetlabs/rspec-puppet/pull/30) ([binford2k](https://github.com/binford2k))
28
19
 
29
- ## [2.8.0]
20
+ ### Other
30
21
 
31
- ### Breaking Changes
32
- * As of the 2.8.0 release, the `rspec-puppet` project no longer guarantees compatibility
33
- with Puppet 2.x or 3.x (running under Ruby 1.8.7) or Puppet 4.x (running under Ruby 1.9.3).
34
- * This release adds support for the [`Sensitive`](https://puppet.com/docs/puppet/latest/lang_data_sensitive.html)
35
- data type, however existing tests that were expecting `String` content may need to be updated
36
- to wrap the expected value in the new `sensitive` helper:
22
+ - Support dot-notation when retrieving facts in facter_impl [#46](https://github.com/puppetlabs/rspec-puppet/pull/46) ([alexjfisher](https://github.com/alexjfisher))
37
23
 
38
- ```ruby
39
- # Old
40
- it { is_expected.to contain_file('/etc/mysecret.conf').with_content("top secret\n") }
24
+ ## [v2.12.0](https://github.com/puppetlabs/rspec-puppet/tree/v2.12.0) - 2022-07-21
41
25
 
42
- # New
43
- it { is_expected.to contain_file('/etc/mysecret.conf').with_content(sensitive("top secret\n")) }
44
- ```
26
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.11.1...v2.12.0)
45
27
 
46
28
  ### Added
47
- * Added support for [trusted external fact data](https://github.com/puppetlabs/rspec-puppet#specifying-trusted-external-data).
48
- * Added the ability to exclude resources from the coverage report calculations using a regular expression.
49
- (See [documentation](https://rspec-puppet.com/documentation/coverage/#excluded-resources) for an example.
50
- * Added `have_unique_values_for_all` matcher to assert a specific resource parameter value is unique across
51
- the entire catalogue.
52
- (See [documentation](https://rspec-puppet.com/documentation/classes/#test-resource-parameter-values-for-uniqueness).)
53
- * Added ability to customize module-layer Hiera configuration via new settings. See
54
- [documentation](https://rspec-puppet.com/documentation/configuration/#disable_module_hiera) for details.
55
-
56
- ### Changed
57
- * `RSpec::Puppet::Cache` now evicts least recently used entries when it reaches max size.
58
- * `rspec-puppet`'s implementation of `match_manifests` will no longer look in `init.pp` for class
59
- declarations if a manifest file exactly matching the class name exists.
60
-
61
- ### Fixed
62
- * Resolved compatibility issues with Ruby 2.7.x and added Ruby 2.7.x to the test matrix.
63
- * Resolved issues calculating coverage and reporting results when there are 0 tested resources.
64
- * Resolved compatibility issue with `rspec-expectations` 3.10.0.
65
29
 
66
- ## [2.7.10]
30
+ - Add the ability to use `kind_of` matchers [#24](https://github.com/puppetlabs/rspec-puppet/pull/24) ([binford2k](https://github.com/binford2k))
67
31
 
68
32
  ### Fixed
69
- * Fix issues with removal of `default_env` method in Puppet 6.17.0.
70
33
 
71
- ## [2.7.9]
34
+ - Handle nil autorequire results [#22](https://github.com/puppetlabs/rspec-puppet/pull/22) ([seanmil](https://github.com/seanmil))
72
35
 
73
- This release had unintended breaking changes and was withdrawn.
36
+ ## [v2.11.1](https://github.com/puppetlabs/rspec-puppet/tree/v2.11.1) - 2021-12-10
74
37
 
75
- ## [2.7.8]
38
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.11.0...v2.11.1)
76
39
 
77
40
  ### Fixed
78
- * Fix cross-platform testing for Puppet >= 6.9.0 when there is no `ipaddress6`
79
- fact defined.
80
41
 
81
- ## [2.7.7]
42
+ - Ensure FacterImpl consistency between example groups [#19](https://github.com/puppetlabs/rspec-puppet/pull/19) ([GabrielNagy](https://github.com/GabrielNagy))
82
43
 
83
- ### Fixed
84
- * Fix the support for rspec-expectations >= 3.8.5.
44
+ ## [v2.11.0](https://github.com/puppetlabs/rspec-puppet/tree/v2.11.0) - 2021-11-10
85
45
 
86
- ### Changed
87
- * Remove the rspec-expectations dependency limit introduced in 2.7.6.
46
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.10.0...v2.11.0)
88
47
 
89
- ## [2.7.6]
48
+ ### Added
90
49
 
91
- ### Changed
92
- * Limit rspec-expectations dependency to < 3.8.5 due to an incompatible
93
- change.
50
+ - Add setting to use custom Facter implementation [#16](https://github.com/puppetlabs/rspec-puppet/pull/16) ([GabrielNagy](https://github.com/GabrielNagy))
94
51
 
95
- ## [2.7.5]
52
+ ## [v2.10.0](https://github.com/puppetlabs/rspec-puppet/tree/v2.10.0) - 2021-08-02
96
53
 
97
- ### Fixed
98
- * Minor refactor to prevent the fix introduced in 2.7.4 from raising
99
- a deprecation warning on latest RSpec.
54
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.9.0...v2.10.0)
100
55
 
101
- ## [2.7.4]
56
+ ### Added
102
57
 
103
- ### Fixed
104
- * Fix the resource coverage test so that rspec will exit non-zero if the
105
- desired coverage is not met.
58
+ - Add Ruby 3 support [#11](https://github.com/puppetlabs/rspec-puppet/pull/11) ([bastelfreak](https://github.com/bastelfreak))
106
59
 
107
- ## [2.7.3]
60
+ ## [v2.9.0](https://github.com/puppetlabs/rspec-puppet/tree/v2.9.0) - 2021-05-20
108
61
 
109
- ### Fixed
110
- * Puppet 6 deferred functions are now evaluated and resolved as part of the
111
- catalogue compilation process.
112
- * If running with parallel\_tests, the resources that are filtered out of the
113
- resource coverage report are now taken into account when merging the final
114
- report, fixing false negative results that can occur.
62
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.8.0...v2.9.0)
115
63
 
116
- ## [2.7.2]
64
+ ## [v2.8.0](https://github.com/puppetlabs/rspec-puppet/tree/v2.8.0) - 2020-11-05
117
65
 
118
- ### Changed
119
- * Reverted the change introduced in 2.7.0 that reencoded resource parameter
120
- values to modify their line endings.
66
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.7.9...v2.8.0)
121
67
 
122
- ## [2.7.1]
68
+ ## [v2.7.9](https://github.com/puppetlabs/rspec-puppet/tree/v2.7.9) - 2020-07-14
123
69
 
124
- ### Fixed
125
- * Fixed a bug that prevented the platform pretending/stubbing logic from being
126
- temporarily disabled when loading Ruby code.
70
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.7.8...v2.7.9)
127
71
 
128
- ## [2.7.0]
72
+ ## [v2.7.8](https://github.com/puppetlabs/rspec-puppet/tree/v2.7.8) - 2019-10-31
129
73
 
130
- ### Changed
131
- * Official Puppet 6 support added.
132
- * When testing resource parameter values, the values received from Puppet are
133
- now reencoded before testing to ensure that the line endings (if present)
134
- match the platform being tested.
135
- * `vendormoduledir` and `basemodulepath` settings (introduced in Puppet 6) are
136
- now configurable in rspec-puppet.
74
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.7.7...v2.7.8)
137
75
 
138
- ## [2.6.15]
76
+ ## [v2.7.7](https://github.com/puppetlabs/rspec-puppet/tree/v2.7.7) - 2019-10-07
139
77
 
140
- ### Fixed
78
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.7.6...v2.7.7)
141
79
 
142
- * Added a Puppet 6.x adapter so that rspec-puppet does not try to set removed
143
- Puppet settings (specifically `trusted_server_facts`) when running tests
144
- against the upcoming Puppet 6.0.0 release.
80
+ ## [v2.7.6](https://github.com/puppetlabs/rspec-puppet/tree/v2.7.6) - 2019-10-04
145
81
 
146
- ## [2.6.14]
82
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.7.5...v2.7.6)
147
83
 
148
- ### Fixed
84
+ ## [v2.7.5](https://github.com/puppetlabs/rspec-puppet/tree/v2.7.5) - 2019-06-06
149
85
 
150
- * If present, `Win32::Dir` will be used to managed the fixtures directory
151
- junction on Windows as the builtin `File` module does not have complete
152
- support for directory junctions on Ruby <= 2.1.
86
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.7.4...v2.7.5)
153
87
 
154
- ### Changed
88
+ ## [v2.7.4](https://github.com/puppetlabs/rspec-puppet/tree/v2.7.4) - 2019-06-06
155
89
 
156
- * Resource coverage results are now exposed to the configured RSpec reporter
157
- rather than only being printed to STDOUT.
158
- * If running with parallel\_tests, resource coverage data is stored in
159
- per-process temp files and merged at the end of the final rspec process,
160
- allowing for a complete coverage report to be generated when splitting
161
- a test suite across multiple rspec processes.
90
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.7.3...v2.7.4)
162
91
 
163
- ## [2.6.13]
92
+ ## [v2.7.3](https://github.com/puppetlabs/rspec-puppet/tree/v2.7.3) - 2019-02-15
164
93
 
165
- ### Fixed
94
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.7.2...v2.7.3)
166
95
 
167
- * rspec-puppet no longer attempts to set the `trusted_server_facts` Puppet
168
- setting on Puppet 4.0.0, as the setting was only introduced in Puppet 4.1.0.
169
- * Automatic `Selinux` stubbing introduced in 2.6.12 no longer assumes the use
170
- of rspec-mocks. If rspec-mocks is not available, it will fall back to mocha
171
- and finally fall back to doing nothing if neither is available.
96
+ ## [v2.7.2](https://github.com/puppetlabs/rspec-puppet/tree/v2.7.2) - 2018-11-20
172
97
 
173
- ## [2.6.12]
98
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.7.1...v2.7.2)
174
99
 
175
- ### Fixed
100
+ ## [v2.7.1](https://github.com/puppetlabs/rspec-puppet/tree/v2.7.1) - 2018-10-04
176
101
 
177
- * Updated `Win32::TaskScheduler` stubs to match the latest release of
178
- `win32-taskscheduler`.
179
- * The `os` structured fact is now correctly treated as a Hash when determining
180
- the platform that rspec-puppet pretends to be.
181
- * The default resources that Puppet adds to the catalogue (`Class[main]`,
182
- `Class[Settings]`, etc) are now filtered out of the catalogue when using the
183
- `have_resource_count` matcher, rather than simply subtracted from the
184
- resource count. This allows the `have_resource_count` matcher to be used on
185
- subsects of the catalogue (`exported_resources` for example).
186
- * When running on Windows, rspec-puppet will now convert Puppet configuration
187
- settings from `/dev/null` to `NUL`, preventing Puppet from automatically
188
- creating directories like `C:\dev` when running tests on Windows as an
189
- Administrator.
190
- * When overriding fact values, rspec-puppet will now assign the stub facts
191
- a weight of 1000 to ensure that they override the generated fact values from
192
- Facter 3.x.
193
- * `Selinux.is_selinux_enabled` is now automatically stubbed to return 0 to
194
- disable any SELinux related apply-time validation of resources.
195
- * When testing against Puppet 3.x, rspec-puppet will now honour the
196
- `RSpec.configuration.parser` value when determining the module name to set
197
- up the fixture symlink.
198
- * When testing for the absence of a parameter using `only_with(:parameter_name
199
- => nil`), this will no longer incorrectly affect the expected parameter
200
- count.
201
-
202
- ## [2.6.11]
102
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.7.0...v2.7.1)
203
103
 
204
- ### Fixed
104
+ ## [v2.7.0](https://github.com/puppetlabs/rspec-puppet/tree/v2.7.0) - 2018-10-02
205
105
 
206
- * The `server_facts` hash is now only built if
207
- `RSpec.configuration.trusted_server_facts` is `true`. Previously, this was
208
- always built but only used when enabled.
106
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.6.15...v2.7.0)
209
107
 
210
- ## [2.6.10]
108
+ ## [v2.6.15](https://github.com/puppetlabs/rspec-puppet/tree/v2.6.15) - 2018-08-13
211
109
 
212
- ### Fixed
110
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.6.14...v2.6.15)
213
111
 
214
- * Replaced deprecated `File.exists?` calls in `rspec-puppet-init` with
215
- `File.exist?`, which behaves much more reliably in respect to symlinks.
216
- * Stubbed out `Puppet::Util::Windows::Security.supports_acl?` when compiling
217
- the catalogue as this check only make sense when applying the resources to
218
- a host and prevents testing Windows File resources on non-Windows hosts.
219
- * The cached default provider for native types is now reset before compiling
220
- a new catalogue.
221
- * Resource titles that contain single quotes are now rendered correctly,
222
- allowing them to be tested.
223
- * When pretending to be a different platform, the methods in
224
- `Puppet::Util::Platform` are now stubbed after the catalogue has been
225
- compiled, allowing path related logic in custom facts to behave as expected.
226
- * A mock version of `Win32::TaskScheduler` has been added to rspec-puppet.
227
- This will be loaded when running rspec-puppet on a non-Windows host in order
228
- to allow testing of catalogues containing Scheduled\_task resources.
229
- * Stubbed out the `manages_symlinks` feature on
230
- `Puppet::Type::File::ProviderWindows` as this can only be evaluated at apply
231
- time and prevents testing Windows File resources that manage symlinks on
232
- non-Windows hosts.
233
- * Fixed unhandled exception when testing resource parameters where the
234
- expected value is an Array or a Hash and the actual value is a different
235
- data type.
236
- * A mock version of `Win32::Registry` has been added to rspec-puppet. This
237
- will be loaded when running rspec-puppet on a non-Windows host in order to
238
- allow testing of catalogues that contain Exec resources that use the
239
- `powershell` provider from the `puppetlabs/puppetlabs-powershell` module.
240
- * Fixed a case where the order in which tests are run can cause a resource
241
- that is being tested to be falsely reported as untested in the coverage
242
- report.
112
+ ## [v2.6.14](https://github.com/puppetlabs/rspec-puppet/tree/v2.6.14) - 2018-07-06
243
113
 
244
- ### Changed
114
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.6.13...v2.6.14)
245
115
 
246
- * The tests for the `compile` matcher have been updated to support the new
247
- error message format introduced in Puppet 5.3.4.
248
- * The builtin `$server_facts` hash is now populated on versions of Puppet that
249
- support it (Puppet >= 4.3). This is not currently enabled by default, but
250
- can be enabled by setting `RSpec.configuration.trusted_server_facts` to
251
- `true`.
252
- * `$facts['os']['family']` and `$facts['os']['name']` are now checked when
253
- determining if rspec-puppet needs to pretend to be running on a different
254
- platform (previously only `$facts['operatingsystem']` and
255
- `$facts['osfamily']` were used).
116
+ ## [v2.6.13](https://github.com/puppetlabs/rspec-puppet/tree/v2.6.13) - 2018-06-21
256
117
 
257
- ## [2.6.9]
118
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.6.12...v2.6.13)
258
119
 
259
- ### Fixed
120
+ ## [v2.6.12](https://github.com/puppetlabs/rspec-puppet/tree/v2.6.12) - 2018-06-15
260
121
 
261
- * Initialise Hiera 3 before loading any monkey patches to ensure that the
262
- correct code is loaded for the actual platform running the tests.
122
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.6.11...v2.6.12)
263
123
 
264
- ## [2.6.8]
124
+ ## [v2.6.11](https://github.com/puppetlabs/rspec-puppet/tree/v2.6.11) - 2018-03-08
265
125
 
266
- ### Fixed
126
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.6.10...v2.6.11)
267
127
 
268
- * Performance regression with Puppet < 4.0.0 due to overly agressive cache
269
- invalidation.
270
- * Clarified rspec-puppet-init output when run inside a directory that does not
271
- contain a `metadata.json` file.
128
+ ## [v2.6.10](https://github.com/puppetlabs/rspec-puppet/tree/v2.6.10) - 2018-03-06
272
129
 
273
- ## [2.6.7]
130
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.6.9...v2.6.10)
274
131
 
275
- ### Fixed
132
+ ## [v2.6.9](https://github.com/puppetlabs/rspec-puppet/tree/v2.6.9) - 2017-09-12
276
133
 
277
- * An issue where the optional minimum resource coverage check would throw an
278
- exception when the coverage wasn't 100%.
134
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.6.8...v2.6.9)
279
135
 
280
- ## [2.6.6]
136
+ ## [v2.6.8](https://github.com/puppetlabs/rspec-puppet/tree/v2.6.8) - 2017-08-17
281
137
 
282
- ### Fixed
138
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.6.7...v2.6.8)
283
139
 
284
- * Fixed an issue caused by `Puppet::Util.get_env` when pretending to be a
285
- Windows host.
140
+ ## [v2.6.7](https://github.com/puppetlabs/rspec-puppet/tree/v2.6.7) - 2017-08-08
286
141
 
287
- ## [2.6.5]
142
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.6.6...v2.6.7)
288
143
 
289
- ### Changed
144
+ ## [v2.6.6](https://github.com/puppetlabs/rspec-puppet/tree/v2.6.6) - 2017-08-07
290
145
 
291
- * `derive_node_facts_from_nodename` setting added to disable the overriding of
292
- `fqdn`, `hostname`, and `domain` facts with values derived from the node
293
- name specified with `let(:node)`.
146
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.6.5...v2.6.6)
294
147
 
295
- ### Fixed
148
+ ## [v2.6.5](https://github.com/puppetlabs/rspec-puppet/tree/v2.6.5) - 2017-08-04
296
149
 
297
- * The `trusted_facts` hash now accepts symbol keys, matching the behaviour of
298
- the `facts` hash.
299
- * The modifications made to Puppet internals are now contained to rspec-puppet
300
- examples, preventing them from bleeding out into other examples in the same
301
- RSpec process (like Ruby unit tests).
302
- * rspec-puppet no longer attempts to configure settings for Puppet 3.x
303
- releases that they do not support.
150
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.6.4...v2.6.5)
304
151
 
305
- ## [2.6.4]
152
+ ## [v2.6.4](https://github.com/puppetlabs/rspec-puppet/tree/v2.6.4) - 2017-07-08
306
153
 
307
- ### Fixed
154
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.6.3...v2.6.4)
308
155
 
309
- * A regression that prevented environment names to be specified as a symbol.
310
- * A regression that prevented the `environmentpath` setting from taking
311
- effect.
312
- * Stubbed out the automatic confines created by resource providers on their
313
- specified commands, which was preventing the correct provider from being
314
- assigned to a resource when performing cross-platform testing.
156
+ ## [v2.6.3](https://github.com/puppetlabs/rspec-puppet/tree/v2.6.3) - 2017-07-04
315
157
 
316
- ## [2.6.3]
158
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.6.2...v2.6.3)
317
159
 
318
- ### Fixed
160
+ ## [v2.6.2](https://github.com/puppetlabs/rspec-puppet/tree/v2.6.2) - 2017-07-03
319
161
 
320
- * Facts derived from the node name now only get merged on top of the facts
321
- specified by `RSpec.configuration.default_facts` and `let(:facts)` if the
322
- node name has been manually specified with `let(:node)`.
162
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.6.1...v2.6.2)
323
163
 
324
- ## [2.6.2]
164
+ ## [v2.6.1](https://github.com/puppetlabs/rspec-puppet/tree/v2.6.1) - 2017-07-02
325
165
 
326
- ### Changed
166
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.6.0...v2.6.1)
327
167
 
328
- * Puppet 5.0.x added to the CI test matrices.
329
- * The automatic setup code now checks for the presence of `metadata.json` in
330
- the working directory. If not present, it assumes that rspec-puppet is
331
- running from inside a control repo instead of a module and skips creating
332
- the `spec/fixtures` directory structure and link.
168
+ ## [v2.6.0](https://github.com/puppetlabs/rspec-puppet/tree/v2.6.0) - 2017-07-02
333
169
 
334
- ### Added
170
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.5.0...v2.6.0)
335
171
 
336
- * A new configuration option has been added
337
- (`RSpec.configuration.setup_fixtures`) that controls whether rspec-puppet
338
- will manage the `spec/fixtures` link.
172
+ ## [v2.5.0](https://github.com/puppetlabs/rspec-puppet/tree/v2.5.0) - 2016-10-25
339
173
 
340
- ### Fixed
174
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.4.0...v2.5.0)
341
175
 
342
- * A race condition when running rspec-puppet under parallel\_tests causing
343
- errors when creating the `spec/fixtures` link.
344
- * The contents of the `networking` fact hash is no longer cleared when merging
345
- in the facts derived from the node name.
176
+ ## [v2.4.0](https://github.com/puppetlabs/rspec-puppet/tree/v2.4.0) - 2016-03-24
346
177
 
347
- ## [2.6.1]
178
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.3.2...v2.4.0)
348
179
 
349
- ### Fixed
180
+ ## [v2.3.2](https://github.com/puppetlabs/rspec-puppet/tree/v2.3.2) - 2016-01-26
350
181
 
351
- * 2.6.0 introduced a change to how resource titles are rendered in the test
352
- manifest which caused them to get rendered as double quoted strings. This
353
- caused a failure for tests of defined types that contained `$` characters
354
- as Puppet would try and interpolate the values in the title as variable(s).
182
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.3.1...v2.3.2)
355
183
 
356
- ## [2.6.0]
184
+ ## [v2.3.1](https://github.com/puppetlabs/rspec-puppet/tree/v2.3.1) - 2016-01-25
357
185
 
358
- The Windows parity release. rspec-puppet now officially supports Windows. A lot
359
- of work has been put in to support cross-platform tests, so that you can now
360
- test your Windows manifests on \*nix, and your \*nix manifests on Windows.
186
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.3.0...v2.3.1)
361
187
 
362
- ### Changed
188
+ ## [v2.3.0](https://github.com/puppetlabs/rspec-puppet/tree/v2.3.0) - 2015-12-15
363
189
 
364
- * Puppet settings are now applied as application overrides, allowing users to
365
- call `Puppet.settings` directly to make changes to settings without them
366
- getting clobbered by rspec-puppet.
367
- * Improved support for setting up the `spec/fixtures/modules` link on Windows
368
- by using directory junctions instead of symlinks, removing the need for
369
- Administrator access.
370
- * When testing for the absence of a parameter on a resource, the error message
371
- now contains the value(s) of the parameter(s) that should be undefined.
372
- * When testing a defined type, the defined type being tested is no longer part
373
- of the coverage report.
374
- * The cached catalogue will now be invalidated when hiera-puppet-helper users
375
- change their `hiera_data` value.
376
- * Multiple instances of a defined type can now be tested at once by providing
377
- an array of strings with `let(:title)`.
378
- * Explicitly specifying the type of an example group (`:type => :class`) now
379
- takes precedence over the type inferred from the spec file's location.
380
- * The manifest specified in `RSpec.configuration.manifest` (path to `site.pp`
381
- for Puppet < 4.x) is now imported if specified on Puppet >= 4.x.
382
- * Puppet functions called when testing a Puppet function now get executed in
383
- the same scope as parent function.
190
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.2.0...v2.3.0)
384
191
 
385
- ### Added
192
+ ## [v2.2.0](https://github.com/puppetlabs/rspec-puppet/tree/v2.2.0) - 2015-05-28
386
193
 
387
- * The module is now automatically linked into `spec/fixtures/modules` at the
388
- start of the rspec-puppet run.
389
- * CI testing of PRs on Windows via Appveyor.
390
- * Support for setting node parameters (mocking the behaviour of an ENC or
391
- Puppet Enterprise Console) using `let(:node_params)`.
392
- * Support for injecting Puppet code at the end of the test code using
393
- `let(:post_condition)`.
394
- * Resource coverage reports for `host` specs.
395
- * Puppet functions that take a lambda as a parameter can now be tested by
396
- chaining `with_lambda` to the `run` matcher.
397
- * Facts and trusted facts are now available when testing Puppet functions.
398
- * Hiera configuration can now be specified when testing Puppet functions using
399
- `let(:hiera_config)`.
400
- * Trusted facts (`$trusted[]`) can now be specified in
401
- `RSpec.configuration.default_trusted_facts` or by `let(:trusted_facts)`.
402
- * `:default` is now a supported parameter value when passed in by
403
- `let(:params)`.
404
- * Support for testing Puppet data type aliases.
194
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.1.0...v2.2.0)
405
195
 
406
- ### Fixed
196
+ ## [v2.1.0](https://github.com/puppetlabs/rspec-puppet/tree/v2.1.0) - 2015-04-22
407
197
 
408
- * Facts generated from the node name (as set by `let(:node)`) now take
409
- precedence over the values specified in `RSpec.configuration.default_facts`
410
- or by `let(:facts)`.
411
- * Only fact names will now be converted to lowercase, not the fact values.
412
- * Matchers now support resources where the namevar has a different value to
413
- the title.
414
- * Resources created outside of the module being tested by functions like
415
- `create_resources` or `ensure_package` are no longer present in the coverage
416
- report from Puppet 4.6 onwards.
417
- * Guards have been put in place to prevent the possibility of rspec-puppet
418
- getting stuck in an infinite recursion when testing the relationships
419
- between resources.
420
- * A full `spec/spec_helper.rb` file is now written out by `rspec-puppet-init`
421
- to fix the `fixture_path` issue on new modules.
422
- * The namevar of a resources is no longer taken into account when testing the
423
- exact parameters of the resource with `only_with`.
424
- * Minimum resource coverage check for RSpec <= 3.2.
425
- * Resource parameters that take a hash as their value will no longer have that
426
- hash converted into an array.
427
- * Testing the value of a parameter with a Proc that returns `nil` now works as
428
- expected.
429
- * When testing Puppet functions, the function name is no longer automatically
430
- coverted to lowercase.
431
- * The value of `$::environment` is now forced to be a string as expected for
432
- Puppet 4.0 - 4.3.
433
- * app\_management is no longer enabled by rspec-puppet for Puppet >= 5.0 as it
434
- is already enabled by default.
435
- * Failing to provide parameters when testing an application now raises the
436
- correct exception (`ArgumentError`).
437
- * Ruby symbols in nested hashes or arrays are now converted into strings when
438
- passed in by `let(:params)`.
439
- * Namespaced resources are now correctly capitalised when being added to the
440
- resource coverage filter.
441
-
442
- ## [2.5.0]
443
-
444
- Headline features are app management, nested hashes in params, and testing for "internal" functions.
445
-
446
- Thanks to everyone who contributed: Leo Arnold, Matt Schuchard, and Si Wilkins
198
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.0.1...v2.1.0)
447
199
 
448
- ### Changed
200
+ ## [v2.0.1](https://github.com/puppetlabs/rspec-puppet/tree/v2.0.1) - 2015-03-12
449
201
 
450
- * Updates to the README
451
- * Improve Gemfile to work with older rubies
202
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v2.0.0...v2.0.1)
452
203
 
453
- ### Added
204
+ ## [v2.0.0](https://github.com/puppetlabs/rspec-puppet/tree/v2.0.0) - 2014-12-02
454
205
 
455
- * Add support for app management testing
456
- * Enable nested hashes in params
457
- * After refactoring the function test code, puppet 4 "internal" functions can now be tested too
458
- * Link functions and types on setup
459
- * Increased test coverage
206
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v1.0.1...v2.0.0)
460
207
 
461
- ## [2.4.0]
208
+ ## [v1.0.1](https://github.com/puppetlabs/rspec-puppet/tree/v1.0.1) - 2013-12-06
462
209
 
463
- This release now supports testing exported resources in the same way that normal resources in the catalog are tested. Access them in your examples using `exported_resources`. See "Testing Exported Resources" in the README for examples.
210
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v1.0.0...v1.0.1)
464
211
 
465
- ### Changed
212
+ ## [v1.0.0](https://github.com/puppetlabs/rspec-puppet/tree/v1.0.0) - 2013-12-06
466
213
 
467
- * This release pulls out much of the version-specific code into separate classes to reduce complexity and enable easier maintenance going forward.
214
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v0.1.6...v1.0.0)
468
215
 
469
- ### Added
216
+ ## [v0.1.6](https://github.com/puppetlabs/rspec-puppet/tree/v0.1.6) - 2013-01-24
470
217
 
471
- * Support colon-separated module_path and environmentpath values.
472
- * Support a threshold for the code coverage test, that can fail the whole run.
473
- * Ensure a consistent environment for all examples by adding a forced initialization of puppet before each.
218
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v0.1.5...v0.1.6)
474
219
 
475
- ### Credits
220
+ ## [v0.1.5](https://github.com/puppetlabs/rspec-puppet/tree/v0.1.5) - 2012-10-03
476
221
 
477
- Thanks to Adrien Thebo, Arthur Gautier, Brett Gray, and Nicholas Hinds, as well as all the folks helping out on github for their contributions to this release.
222
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v0.1.4...v0.1.5)
478
223
 
224
+ ## [v0.1.4](https://github.com/puppetlabs/rspec-puppet/tree/v0.1.4) - 2012-08-09
479
225
 
480
- ## [2.3.2]
226
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v0.1.3...v0.1.4)
481
227
 
482
- Properly fix yesterday's issue by unsharing the cache key before passing the data to puppet. This also contains a new test matrix to avoid missing a half-baked fix like yesterday.
228
+ ## [v0.1.3](https://github.com/puppetlabs/rspec-puppet/tree/v0.1.3) - 2012-04-07
483
229
 
484
- ## [2.3.1]
230
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v0.1.1...v0.1.3)
485
231
 
486
- A quick workaround to re-enable testing with the recently released puppet 3.8.5 and the soon to be released puppet 4.3.2. See PUP-5743 for the gritty details. Upgrade to this version if you hit the "undefined method \`resource' for nil:NilClass" error.
232
+ ## [v0.1.1](https://github.com/puppetlabs/rspec-puppet/tree/v0.1.1) - 2012-01-20
487
233
 
488
- ## [2.3.0]
234
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v0.1.0...v0.1.1)
489
235
 
490
- Rspec-puppet now supports testing custom types, `:undef` values in params, structured facts, and checks resource dependencies recursively.
236
+ ## [v0.1.0](https://github.com/puppetlabs/rspec-puppet/tree/v0.1.0) - 2011-11-04
491
237
 
492
- The settings in `module_path` and `manifest` are now respected throughout the code base. The former default for `module_path` (`'/etc/puppet/modules'`) was dropped to avoid accidentally poisoning the test environment with unrelated code.
238
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v0.0.9...v0.1.0)
493
239
 
494
- To reduce the maintenance overhead of boilerplate code, rspec-puppet now provides some of the code that rspec-puppet-init deployed in helper files that you can just `require` instead.
240
+ ## [v0.0.9](https://github.com/puppetlabs/rspec-puppet/tree/v0.0.9) - 2011-09-17
495
241
 
496
- This release also reduces memory usage on bigger testsuites drastically by reducing the caching of compiled catalogs.
242
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v0.0.8...v0.0.9)
497
243
 
498
- ### Changed
499
- - Limit the catalogue cache to 16 entries. Significant memory savings and reduced runtime were observed in testing this.
500
- - Prevent Puppet 3's \_timestamp fact from invalidating cache.
501
- - Extracted catalog cache from RSpec::Puppet::Support.
502
- - Updated README to use the rspec 3 syntax, and additional explanations.
503
- - `contain_file(...).with_content(...)` will now only show the diff and not the full contents of the file.
244
+ ## [v0.0.8](https://github.com/puppetlabs/rspec-puppet/tree/v0.0.8) - 2011-08-29
504
245
 
505
- ### Added
506
- - Custom type testing example group and matcher.
507
- - before/require/subscribe/notify checking now searches recursively through all dependencies. `File[a] -> File[b] -> File[c]` is now matched by `contain_file('a').that_comes_before('File[c]')`, whereas earlier versions would have missed that.
508
- - `let(:params)` now allows `:undef` to pass a literal undef value through to the subject.
509
- - Support structured facts with keys as symbols or strings (\#295).
510
- - rspec-puppet-init now creates smaller files, using rspec-puppet helpers, instead of pasting code into the module.
511
- - Added a list of related projects to the README.
246
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v0.0.7...v0.0.8)
512
247
 
513
- ### Fixed
514
- - Fix #276: `compile.and_raise_error` now correctly considers successful compilation an error
515
- - Puppet's `modulepath` can now contain multiple entries and rspec-puppet will configure puppet to load code from all of them
516
- - Support running with rspec 2.99 again
517
- - non-class resources are now covered by the coverage code
518
- - Fix #323/MODULES-2374: autorequires checking doesn't abort on "undefined method \`[]' for nil:NilClass"
519
- - improved documentation for hiera integration, added example spec
520
- - document the `scope` property
248
+ ## [v0.0.7](https://github.com/puppetlabs/rspec-puppet/tree/v0.0.7) - 2011-08-29
521
249
 
522
- ### Credits
250
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v0.0.6...v0.0.7)
523
251
 
524
- Thanks to Adrien Thebo, Alex Harvey, Brian, Dan Bode, Dominic Cleal, Javier Palacios, Jeff McCune, Jordan Moldow, Peter van Zetten, Raphaël Pinson, Simon Kohlmeyer, and Tristan Colgate for their contributions to this release.
252
+ ## [v0.0.6](https://github.com/puppetlabs/rspec-puppet/tree/v0.0.6) - 2011-08-10
525
253
 
526
- -- David Schmitt
254
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v0.0.5...v0.0.6)
527
255
 
528
- ## [2.2.0]
529
- ### Added
530
- - Settings for ordering, strict_variables, stringify_facts, and trusted_node_data
531
- - Expose the scope in function example groups
256
+ ## [v0.0.5](https://github.com/puppetlabs/rspec-puppet/tree/v0.0.5) - 2011-08-07
532
257
 
533
- ### Fixed
534
- - rspec-puppet-init now works with Puppet 4
535
- - Several fixes and enhancements for the `run` matcher
536
- - Recompile the catalog when the hiera config changes
258
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v0.0.4...v0.0.5)
537
259
 
538
- ## [2.1.0] - 2015-04-21
539
- ### Added
540
- - Puppet 4 support
541
- - Ability to set `environment` in a let block
542
- - Better function failure messages
260
+ ## [v0.0.4](https://github.com/puppetlabs/rspec-puppet/tree/v0.0.4) - 2011-08-07
543
261
 
544
- ### Fixed
545
- - Filter fixtures from coverage reports
546
- - Fix functions accidentally modifying rspec function arguments
547
- - Restructured TravisCI matrix (NB: Puppet 2.6 is no longer tested)
262
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v0.0.3...v0.0.4)
548
263
 
549
- ## [2.0.1] - 2015-03-12
550
264
  ### Fixed
551
- - Allow RSpec 2 to still be used
552
265
 
553
- ## [2.0.0] - 2014-12-02
554
- ### Changed
555
- - `subject` is now a lambda to enable catching compilation failures.
266
+ - Issue/master/remove faces call [#4](https://github.com/puppetlabs/rspec-puppet/pull/4) ([bodepd](https://github.com/bodepd))
267
+ - Added support.rb to rspec-puppet.gemspec. [#3](https://github.com/puppetlabs/rspec-puppet/pull/3) ([haus](https://github.com/haus))
268
+ - Resource exists check [#2](https://github.com/puppetlabs/rspec-puppet/pull/2) ([bodepd](https://github.com/bodepd))
556
269
 
557
- ### Added
558
- - Ability to use RSpec 3
559
- - Hiera integration
560
- - Coverage reports
561
- - Ability to test on the future parser
562
- - Function tests now have a catalogue
563
- - Add array of references support to Relationship matchers `that_requires`,
564
- `that_comes_before`, `that_notifies`, and `that_subscribes_to`
270
+ ## [v0.0.3](https://github.com/puppetlabs/rspec-puppet/tree/v0.0.3) - 2011-07-21
565
271
 
566
- ### Fixed
567
- - Better error messaging and handling for parameters (`nil` and friends) and
568
- dependency cycles
569
-
570
- ## 1.0.1 and earlier
571
- For changelog of versions 1.0.1 and earlier, see http://rspec-puppet.com/changelog/
572
-
573
- [2.x]: https://github.com/puppetlabs/rspec-puppet/compare/v2.11.1...master
574
- [2.11.1]: https://github.com/puppetlabs/rspec-puppet/compare/v2.11.0..v2.11.1
575
- [2.11.0]: https://github.com/puppetlabs/rspec-puppet/compare/v2.10.0...v2.11.0
576
- [2.10.0]: https://github.com/puppetlabs/rspec-puppet/compare/v2.9.0...v2.10.0
577
- [2.9.0]: https://github.com/puppetlabs/rspec-puppet/compare/v2.8.0...v2.9.0
578
- [2.8.0]: https://github.com/puppetlabs/rspec-puppet/compare/v2.7.10...v2.8.0
579
- [2.7.10]: https://github.com/puppetlabs/rspec-puppet/compare/v2.7.9...v2.7.10
580
- [2.7.9]: https://github.com/puppetlabs/rspec-puppet/compare/v2.7.8...v2.7.9
581
- [2.7.8]: https://github.com/puppetlabs/rspec-puppet/compare/v2.7.7...v2.7.8
582
- [2.7.7]: https://github.com/puppetlabs/rspec-puppet/compare/v2.7.6...v2.7.7
583
- [2.7.6]: https://github.com/puppetlabs/rspec-puppet/compare/v2.7.5...v2.7.6
584
- [2.7.5]: https://github.com/puppetlabs/rspec-puppet/compare/v2.7.4...v2.7.5
585
- [2.7.4]: https://github.com/puppetlabs/rspec-puppet/compare/v2.7.3...v2.7.4
586
- [2.7.3]: https://github.com/puppetlabs/rspec-puppet/compare/v2.7.2...v2.7.3
587
- [2.7.2]: https://github.com/puppetlabs/rspec-puppet/compare/v2.7.1...v2.7.2
588
- [2.7.1]: https://github.com/puppetlabs/rspec-puppet/compare/v2.7.0...v2.7.1
589
- [2.7.0]: https://github.com/puppetlabs/rspec-puppet/compare/v2.6.15...v2.7.0
590
- [2.6.15]: https://github.com/puppetlabs/rspec-puppet/compare/v2.6.14...v2.6.15
591
- [2.6.14]: https://github.com/puppetlabs/rspec-puppet/compare/v2.6.13...v2.6.14
592
- [2.6.13]: https://github.com/puppetlabs/rspec-puppet/compare/v2.6.12...v2.6.13
593
- [2.6.12]: https://github.com/puppetlabs/rspec-puppet/compare/v2.6.11...v2.6.12
594
- [2.6.11]: https://github.com/puppetlabs/rspec-puppet/compare/v2.6.10...v2.6.11
595
- [2.6.10]: https://github.com/puppetlabs/rspec-puppet/compare/v2.6.9...v2.6.10
596
- [2.6.9]: https://github.com/puppetlabs/rspec-puppet/compare/v2.6.8...v2.6.9
597
- [2.6.8]: https://github.com/puppetlabs/rspec-puppet/compare/v2.6.7...v2.6.8
598
- [2.6.7]: https://github.com/puppetlabs/rspec-puppet/compare/v2.6.6...v2.6.7
599
- [2.6.6]: https://github.com/puppetlabs/rspec-puppet/compare/v2.6.5...v2.6.6
600
- [2.6.5]: https://github.com/puppetlabs/rspec-puppet/compare/v2.6.4...v2.6.5
601
- [2.6.4]: https://github.com/puppetlabs/rspec-puppet/compare/v2.6.3...v2.6.4
602
- [2.6.3]: https://github.com/puppetlabs/rspec-puppet/compare/v2.6.2...v2.6.3
603
- [2.6.2]: https://github.com/puppetlabs/rspec-puppet/compare/v2.6.1...v2.6.2
604
- [2.6.1]: https://github.com/puppetlabs/rspec-puppet/compare/v2.6.0...v2.6.1
605
- [2.6.0]: https://github.com/puppetlabs/rspec-puppet/compare/2.5.0...v2.6.0
606
- [2.5.0]: https://github.com/puppetlabs/rspec-puppet/compare/v2.4.0...v2.5.0
607
- [2.4.0]: https://github.com/puppetlabs/rspec-puppet/compare/v2.3.2...v2.4.0
608
- [2.3.2]: https://github.com/puppetlabs/rspec-puppet/compare/v2.3.1...v2.3.2
609
- [2.3.1]: https://github.com/puppetlabs/rspec-puppet/compare/v2.3.0...v2.3.1
610
- [2.3.0]: https://github.com/puppetlabs/rspec-puppet/compare/v2.2.0...v2.3.0
611
- [2.2.0]: https://github.com/puppetlabs/rspec-puppet/compare/v2.1.0...v2.2.0
612
- [2.1.0]: https://github.com/puppetlabs/rspec-puppet/compare/v2.0.1...v2.1.0
613
- [2.0.1]: https://github.com/puppetlabs/rspec-puppet/compare/v2.0.0...v2.0.1
614
- [2.0.0]: https://github.com/puppetlabs/rspec-puppet/compare/v1.0.1...v2.0.0
272
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/v0.0.2...v0.0.3)
273
+
274
+ ## [v0.0.2](https://github.com/puppetlabs/rspec-puppet/tree/v0.0.2) - 2011-07-19
275
+
276
+ [Full Changelog](https://github.com/puppetlabs/rspec-puppet/compare/3bbb83dc27e2b1621a5966f9d84722fdc3c4ba0a...v0.0.2)