Commit 575a73c8 authored by Kamil Trzcinski's avatar Kamil Trzcinski

Fix specs

parent 5c2f2fd2
......@@ -153,7 +153,7 @@ class Namespace < ActiveRecord::Base
end
def any_project_has_container_registry_tags?
projects.any?(:has_container_registry_tags?)
projects.any?(&:has_container_registry_tags?)
end
def send_update_instructions
......
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