Skip to content

Commit 729dd94

Browse files
author
tphoney
committed
calculate undef dependant on version
1 parent d9536a8 commit 729dd94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/functions/is_string_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
it { is_expected.to run.with_params(-3.7).and_return(false) }
1919
it { is_expected.to run.with_params('-3.7').and_return(false) }
2020

21-
it { is_expected.to run.with_params(undef).and_return(false) }
21+
it { is_expected.to run.with_params(:undef).and_return(false) }
2222
it { is_expected.to run.with_params([]).and_return(false) }
2323
it { is_expected.to run.with_params([1]).and_return(false) }
2424
it { is_expected.to run.with_params({}).and_return(false) }

0 commit comments

Comments
 (0)