File tree 2 files changed +24
-1
lines changed 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file. This
3
3
project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## [ 2.6.2]
6
+
7
+ ### Changed
8
+
9
+ * Puppet 5.0.x added to the CI test matrices.
10
+ * The automatic setup code now checks for the presence of ` metadata.json ` in
11
+ the working directory. If not present, it assumes that rspec-puppet is
12
+ running from inside a control repo instead of a module and skips creating
13
+ the ` spec/fixtures ` directory structure and link.
14
+
15
+ ### Added
16
+
17
+ * A new configuration option has been added
18
+ (` RSpec.configuration.setup_fixtures ` ) that controls whether rspec-puppet
19
+ will manage the ` spec/fixtures ` link.
20
+
21
+ ### Fixed
22
+
23
+ * A race condition when running rspec-puppet under parallel\_ tests causing
24
+ errors when creating the ` spec/fixtures ` link.
25
+ * The contents of the ` networking ` fact hash is no longer cleared when merging
26
+ in the facts derived from the node name.
27
+
5
28
## [ 2.6.1]
6
29
7
30
### Fixed
Original file line number Diff line number Diff line change 1
1
Gem ::Specification . new do |s |
2
2
s . name = 'rspec-puppet'
3
- s . version = '2.6.1 '
3
+ s . version = '2.6.2 '
4
4
s . homepage = 'https://github.com/rodjek/rspec-puppet/'
5
5
s . summary = 'RSpec tests for your Puppet manifests'
6
6
s . description = 'RSpec tests for your Puppet manifests'
You can’t perform that action at this time.
0 commit comments