Commit fde8f9d7 authored by Stefan Hanreich's avatar Stefan Hanreich

fix typo

parent 6394d560
...@@ -1047,7 +1047,7 @@ describe Ci::Build, :models do ...@@ -1047,7 +1047,7 @@ describe Ci::Build, :models do
it "transforms #{ref} to #{slug}" do it "transforms #{ref} to #{slug}" do
build.ref = ref build.ref = ref
expected(build.ref_slug).to eq(slug) expect(build.ref_slug).to eq(slug)
end end
end end
end end
......
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