BigW Consortium Gitlab

Commit da737f13 by Stefan Hanreich

fixed incorrect test case

parent 4e578b50
......@@ -1042,7 +1042,7 @@ describe Ci::Build, :models do
'a' * 64 => 'a' * 63,
'FOO' => 'foo',
'-' + 'a' * 61 + '-' => 'a' * 61,
'-' + 'a' * 63 + '-' => 'a' * 63,
'-' + 'a' * 63 => 'a' * 63,
'a' * 62 + ' ' => 'a' * 62
}.each do |ref, slug|
it "transforms #{ref} to #{slug}" do
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment