Commit fc8fa9bb authored by Alfredo Sumaran's avatar Alfredo Sumaran

Make Rubocop happy

parent a46d0bbb
...@@ -40,7 +40,6 @@ describe ProtectedBranch, models: true do ...@@ -40,7 +40,6 @@ describe ProtectedBranch, models: true do
end end
end end
context "while checking uniqueness of a user-based #{human_association_name}" do context "while checking uniqueness of a user-based #{human_association_name}" do
it "allows a single #{human_association_name} for a user (per protected branch)" do it "allows a single #{human_association_name} for a user (per protected branch)" do
first_protected_branch = create(:protected_branch, :remove_default_access_levels) first_protected_branch = create(:protected_branch, :remove_default_access_levels)
......
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