Skip to content

Commit c112381

Browse files
committed
Add test for puppetlabs#850
1 parent f55d5d5 commit c112381

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/functions/min_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
it { is_expected.to run.with_params(1, 2).and_return(1) }
88
it { is_expected.to run.with_params(1, 2, 3).and_return(1) }
99
it { is_expected.to run.with_params(3, 2, 1).and_return(1) }
10+
it { is_expected.to run.with_params(12, 8).and_return(8) }
1011
it { is_expected.to run.with_params('one').and_return('one') }
1112
it { is_expected.to run.with_params('one', 'two').and_return('one') }
1213
it { is_expected.to run.with_params('one', 'two', 'three').and_return('one') }

0 commit comments

Comments
 (0)