]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/concat/spec/acceptance/order_spec.rb
try if downgrading to 1.2.2 solves my problem
[dsa-puppet.git] / 3rdparty / modules / concat / spec / acceptance / order_spec.rb
index b746b1c9c56b641bcbf0a7120cc81c1337bfa10f..c158dd8807b157154723f0c3ecdb411067d3f27d 100644 (file)
@@ -37,7 +37,7 @@ describe 'concat order' do
     end
 
     describe 'alpha' do
-      it_behaves_like 'sortby', 'alpha', /string1string10string2/
+      it_behaves_like 'sortby', 'alpha', /string10string1string2/
     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', /string3string2string1/
+      it_should_behave_like 'order_by', 'alpha', /string2string1string3/
     end
     describe 'numeric' do
       it_should_behave_like 'order_by', 'numeric', /string3string2string1/