We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 907ef8d + 84f5166 commit f2f597dCopy full SHA for f2f597d
CHANGELOG.md
@@ -2,6 +2,14 @@
2
All notable changes to this project will be documented in this file. This
3
project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## [2.6.3]
6
+
7
+### Fixed
8
9
+ * Facts derived from the node name now only get merged on top of the facts
10
+ specified by `RSpec.configuration.default_facts` and `let(:facts)` if the
11
+ node name has been manually specified with `let(:node)`.
12
13
## [2.6.2]
14
15
### Changed
rspec-puppet.gemspec
@@ -1,6 +1,6 @@
1
Gem::Specification.new do |s|
s.name = 'rspec-puppet'
- s.version = '2.6.2'
+ s.version = '2.6.3'
s.homepage = 'https://github.com/rodjek/rspec-puppet/'
s.summary = 'RSpec tests for your Puppet manifests'
s.description = 'RSpec tests for your Puppet manifests'
0 commit comments