Commit d033f5df authored by Thong Kuah's avatar Thong Kuah

Fix conflict in spec/models/project_spec.rb

parent 4b1bdc31
......@@ -193,7 +193,6 @@ describe Project do
it { is_expected.to include_module(Sortable) }
end
<<<<<<< HEAD
describe 'scopes' do
context '#with_wiki_enabled' do
it 'returns a project' do
......@@ -206,8 +205,6 @@ describe Project do
end
end
=======
>>>>>>> upstream/master
describe '.missing_kubernetes_namespace' do
let!(:project) { create(:project) }
let!(:cluster) { create(:cluster, :provided_by_user, :group) }
......
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