Commit d4e372d5 authored by Stefan Hanreich's avatar Stefan Hanreich

fix typo

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