Tags: code-management/puppet-extlib
Tags
Merge pull request voxpupuli#28 from puppet-community/modulesync Update from puppet-community modulesync_configs
Merge pull request voxpupuli#9 from puppet-community/forge-name rename module in README, also.
Merge pull request voxpupuli#5 from puppet-community/autodeploy Set up autodeployment
Convert specs to RSpec 3.0.4 syntax with Transpec
This conversion is done by Transpec 2.3.7 with the following command:
transpec spec/unit/puppet/parser/functions/resources_deep_merge_spec.rb
* 2 conversions
from: == expected
to: eq(expected)
* 2 conversions
from: obj.should
to: expect(obj).to
For more details: https://github.com/yujinakayama/transpec#supported-conversions
This closes voxpupuli#2.