Commit 6c012c3b authored by Shinya Maeda's avatar Shinya Maeda

Fix spec

parent 608cd406
......@@ -59,7 +59,7 @@ describe Ci::RetryBuildService do
end
it "clones protected build attribute" do
expect(new_build.protected).not_to be_nil
expect(new_build.protected).to be_nil
expect(new_build.protected).to eq build.protected
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