From cf971ba87bf7bfbbd5a783958e644ad75542920a Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Wed, 12 Mar 2014 16:34:23 +0200 Subject: Use large repo instead one with prompt Signed-off-by: Dmitriy Zaporozhets --- spec/gitlab_projects_spec.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'spec/gitlab_projects_spec.rb') diff --git a/spec/gitlab_projects_spec.rb b/spec/gitlab_projects_spec.rb index 22a9d21..c60febb 100644 --- a/spec/gitlab_projects_spec.rb +++ b/spec/gitlab_projects_spec.rb @@ -214,7 +214,7 @@ describe GitlabProjects do end context 'timeout' do - let(:gl_projects) { build_gitlab_projects('import-project', repo_name, 'https://mystery@github.com/user/project.git', '1') } + let(:gl_projects) { build_gitlab_projects('import-project', repo_name, 'https://github.com/gitlabhq/gitlabhq.git', '1') } it { gl_projects.exec.should be_false } @@ -224,7 +224,7 @@ describe GitlabProjects do end it "should log an import-project event" do - message = "Importing project #{repo_name} from failed due to timeout." + message = "Importing project #{repo_name} from failed due to timeout." $logger.should_receive(:error).with(message) gl_projects.exec end -- cgit v1.2.1