Skip to content

Commit 607cb54

Browse files
author
Jeff McCune
committed
Merge branch '2.2.x' into 2.3.x
* 2.2.x: (Maint) Fix mis-use of rvalue functions as statements Add .rspec file to repo root
2 parents b93a38c + a8a4f93 commit 607cb54

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.rspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
--color
2+
--format
3+
progress
4+
--backtrace

spec/unit/puppet/parser/functions/merge_spec.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
describe 'when calling merge on the scope instance' do
2727
it 'should require all parameters are hashes' do
2828
expect { new_hash = scope.function_merge([{}, '2'])}.should raise_error(Puppet::ParseError, /unexpected argument type String/)
29-
3029
end
3130

3231
it 'should be able to merge two hashes' do

0 commit comments

Comments
 (0)