Update stdlib and concat to 6.1.0 both
[mirror/dsa-puppet.git] / 3rdparty / modules / stdlib / spec / functions / sort_spec.rb
index a9bdea3..0e6e8e6 100644 (file)
@@ -30,4 +30,8 @@ describe 'sort', :if => Puppet::Util::Package.versioncmp(Puppet.version, '6.0.0'
     it { is_expected.to run.with_params('a').and_return('a') }
     it { is_expected.to run.with_params('cbda').and_return('abcd') }
   end
+
+  context 'when called with a number' do
+    it { is_expected.to run.with_params('9478').and_return('4789') }
+  end
 end