X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=3rdparty%2Fmodules%2Fconcat%2Fspec%2Facceptance%2Forder_spec.rb;fp=3rdparty%2Fmodules%2Fconcat%2Fspec%2Facceptance%2Forder_spec.rb;h=b746b1c9c56b641bcbf0a7120cc81c1337bfa10f;hb=5e197fe72fe9bf4fa5a89ee513a3ffc1ea97c8d9;hp=c158dd8807b157154723f0c3ecdb411067d3f27d;hpb=6963202b4b62c2816655ac9532521b018fdf83bd;p=mirror%2Fdsa-puppet.git diff --git a/3rdparty/modules/concat/spec/acceptance/order_spec.rb b/3rdparty/modules/concat/spec/acceptance/order_spec.rb index c158dd880..b746b1c9c 100644 --- a/3rdparty/modules/concat/spec/acceptance/order_spec.rb +++ b/3rdparty/modules/concat/spec/acceptance/order_spec.rb @@ -37,7 +37,7 @@ describe 'concat order' do end describe 'alpha' do - it_behaves_like 'sortby', 'alpha', /string10string1string2/ + it_behaves_like 'sortby', 'alpha', /string1string10string2/ end describe 'numeric' do @@ -83,7 +83,7 @@ describe 'concat::fragment order' do end end describe 'alpha' do - it_should_behave_like 'order_by', 'alpha', /string2string1string3/ + it_should_behave_like 'order_by', 'alpha', /string3string2string1/ end describe 'numeric' do it_should_behave_like 'order_by', 'numeric', /string3string2string1/