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
path: root/spec
diff options
context:
space:
mode:
Diffstat (limited to 'spec')
-rw-r--r--spec/models/list_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/models/list_spec.rb b/spec/models/list_spec.rb
index 86ff4cafa93..664d12a2fd3 100644
--- a/spec/models/list_spec.rb
+++ b/spec/models/list_spec.rb
@@ -6,10 +6,6 @@ describe List do
it { is_expected.to belong_to(:label) }
end
- describe 'delegate methods' do
- it { is_expected.to delegate_method(:name).to(:label).with_prefix }
- end
-
describe 'validations' do
it { is_expected.to validate_presence_of(:board) }
it { is_expected.to validate_presence_of(:label) }