Skip to content

Commit 9b30b1b

Browse files
authored
Merge pull request #851 from sean797/add-test
Add test for #850
2 parents f55d5d5 + c112381 commit 9b30b1b

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)