Skip to content
Snippets Groups Projects
Commit 416d98b4 authored by Kamil Trzcińśki's avatar Kamil Trzcińśki
Browse files

Fix: models/ci/project_spec.rb once again

parent fb9cb3f0
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -132,7 +132,7 @@ describe Ci::Project do
it { is_expected.to be_kind_of(Ci::Project) }
it { expect(subject.name).to eq(project.name_with_namespace) }
it { expect(subject.gitlab_id).to eq(project.id) }
it { expect(subject.gitlab_url).to eq(project.path_with_namespace) }
it { expect(subject.gitlab_url).to eq(project.web_url) }
end
 
describe :repo_url_with_auth do
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment