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 d9536a8 commit 729dd94Copy full SHA for 729dd94
spec/functions/is_string_spec.rb
@@ -18,7 +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) }
+ 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