Update stdlib and concat to 6.1.0 both
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / spec / functions / is_string_spec.rb
index f3a7823..1fb5264 100644 (file)
@@ -25,6 +25,7 @@ describe 'is_string' do
   it { is_expected.to run.with_params(false).and_return(false) }
   it { is_expected.to run.with_params('one').and_return(true) }
   it { is_expected.to run.with_params('0001234').and_return(true) }
+  it { is_expected.to run.with_params('aaa' => 'www.com').and_return(false) }
 
   context 'with  deprecation warning' do
     after(:each) do