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

Fix spec

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