Update stdlib and concat to 6.1.0 both
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / spec / functions / is_numeric_spec.rb
index f9c5180..6125ecd 100644 (file)
@@ -26,6 +26,7 @@ describe 'is_numeric' do
   it { is_expected.to run.with_params(false).and_return(false) }
   it { is_expected.to run.with_params('0001234').and_return(false) }
   it { is_expected.to run.with_params(' - 1234').and_return(false) }
+  it { is_expected.to run.with_params(['aaa.com', 'bbb', 'ccc']).and_return(false) }
 
   context 'with deprecation warning' do
     after(:each) do