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.
1 parent f55d5d5 commit c112381Copy full SHA for c112381
spec/functions/min_spec.rb
@@ -7,6 +7,7 @@
7
it { is_expected.to run.with_params(1, 2).and_return(1) }
8
it { is_expected.to run.with_params(1, 2, 3).and_return(1) }
9
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) }
11
it { is_expected.to run.with_params('one').and_return('one') }
12
it { is_expected.to run.with_params('one', 'two').and_return('one') }
13
it { is_expected.to run.with_params('one', 'two', 'three').and_return('one') }
0 commit comments