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:
authorRémy Coutable <remy@rymai.me>2019-01-10 15:08:44 +0300
committerRémy Coutable <remy@rymai.me>2019-01-10 16:30:57 +0300
commitf48f9460fd97ee9e818a16ef0ddf41c135173cfb (patch)
tree40991e06e11fb9061522d0151b1e0424358e6d71 /qa/spec/resource
parentbe855cc6a2b85da2ec3e51e0f767099dc87991e6 (diff)
[QA] Retrieve the current user name and email
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'qa/spec/resource')
-rw-r--r--qa/spec/resource/base_spec.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/qa/spec/resource/base_spec.rb b/qa/spec/resource/base_spec.rb
index dc9e16792d3..b8c406ae72a 100644
--- a/qa/spec/resource/base_spec.rb
+++ b/qa/spec/resource/base_spec.rb
@@ -138,10 +138,6 @@ describe QA::Resource::Base do
describe '.attribute' do
include_context 'simple resource'
- it 'appends new attribute' do
- expect(subject.attributes_names).to eq([:no_block, :test, :web_url])
- end
-
context 'when the attribute is populated via a block' do
it 'returns value from the block' do
result = subject.fabricate!(resource: resource)