Commit 700148be authored by Stan Hu's avatar Stan Hu

Resolve conflicts in spec/requests/api/settings_spec.rb

parent 24f22fa2
......@@ -13,10 +13,7 @@ describe API::Settings, 'Settings' do
expect(json_response['default_projects_limit']).to eq(42)
expect(json_response['password_authentication_enabled_for_web']).to be_truthy
expect(json_response['repository_storages']).to eq(['default'])
<<<<<<< HEAD
expect(json_response['password_authentication_enabled']).to be_truthy
=======
>>>>>>> upstream/master
expect(json_response['plantuml_enabled']).to be_falsey
expect(json_response['plantuml_url']).to be_nil
expect(json_response['default_project_visibility']).to be_a String
......
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