summaryrefslogtreecommitdiff
path: root/spec/migrations/20211116091751_change_namespace_type_default_to_user_spec.rb
blob: deba6f9b87cd9fd74a95353704f9599e52803822 (plain)
1
2
3
4
5
# frozen_string_literal: true

# With https://gitlab.com/gitlab-org/gitlab/-/merge_requests/73495, we no longer allow
# a Namespace type to be nil. There is nothing left to test for this migration,
# but we'll keep this file here as a tombstone.