BigW Consortium Gitlab

Commit 8409b41e by Douwe Maan Committed by Gabriel Mazetto

Fix specs

parent 5dd9b330
......@@ -162,8 +162,6 @@ FactoryGirl.define do
# Test repository source can be found at
# https://gitlab.com/gitlab-org/gitlab-test
factory :project, parent: :empty_project do
path { 'gitlabhq' }
test_repo
transient do
......
......@@ -38,7 +38,7 @@ describe Gitlab::Email::Message::RepositoryPush do
describe '#project_name_with_namespace' do
subject { message.project_name_with_namespace }
it { is_expected.to eq "#{group.name} / #{project.path}" }
it { is_expected.to eq "#{group.name} / #{project.name}" }
end
describe '#author' do
......
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