From 00bf30ba9f5831e74b6990d4179bd6e4c0ce072a Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 27 Oct 2016 12:34:23 +0300 Subject: Use full repository path for API calls instead of extracting name Signed-off-by: Dmitriy Zaporozhets --- spec/gitlab_access_spec.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'spec/gitlab_access_spec.rb') diff --git a/spec/gitlab_access_spec.rb b/spec/gitlab_access_spec.rb index 2781aa9..a602883 100644 --- a/spec/gitlab_access_spec.rb +++ b/spec/gitlab_access_spec.rb @@ -22,7 +22,6 @@ describe GitlabAccess do end describe :initialize do - it { subject.repo_name.should == repo_name } it { subject.repo_path.should == repo_path } it { subject.changes.should == ['wow'] } it { subject.protocol.should == 'ssh' } -- cgit v1.2.1