Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZ.J. van de Weg <git@zjvandeweg.nl>2017-08-07 15:21:28 +0300
committerZ.J. van de Weg <git@zjvandeweg.nl>2017-08-07 16:09:14 +0300
commit2e6aa4f25e14fa7e57ea9f271e302e291ecc9e05 (patch)
tree4ff6c04b4871ec10ebe563c1d055a77ac589c495 /spec/lib/gitlab/project_template_spec.rb
parentaae947cb1c1252a642e0464c61132ec2e965eb80 (diff)
After merge cleanup
Diffstat (limited to 'spec/lib/gitlab/project_template_spec.rb')
-rw-r--r--spec/lib/gitlab/project_template_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/project_template_spec.rb b/spec/lib/gitlab/project_template_spec.rb
index 0f68e87a41a..12e75cdd5d0 100644
--- a/spec/lib/gitlab/project_template_spec.rb
+++ b/spec/lib/gitlab/project_template_spec.rb
@@ -31,7 +31,7 @@ describe Gitlab::ProjectTemplate do
describe 'instance methods' do
subject { described_class.new('phoenix', 'Phoenix Framework') }
- it { is_expected.to respond_to(:logo_path, :file, :archive_path) }
+ it { is_expected.to respond_to(:logo, :file, :archive_path) }
end
describe 'validate all templates' do