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.
2 parents 502fa48 + 729dd94 commit a445c5dCopy full SHA for a445c5d
spec/functions/is_string_spec.rb
@@ -18,6 +18,7 @@
18
it { is_expected.to run.with_params(-3.7).and_return(false) }
19
it { is_expected.to run.with_params('-3.7').and_return(false) }
20
21
+ it { is_expected.to run.with_params(:undef).and_return(false) }
22
it { is_expected.to run.with_params([]).and_return(false) }
23
it { is_expected.to run.with_params([1]).and_return(false) }
24
it { is_expected.to run.with_params({}).and_return(false) }
0 commit comments