summaryrefslogtreecommitdiff
path: root/qa/spec/resource/base_spec.rb
diff options
context:
space:
mode:
authorNatalia Tepluhina <tarya.se@gmail.com>2019-01-14 13:12:58 +0200
committerNatalia Tepluhina <tarya.se@gmail.com>2019-01-14 13:12:58 +0200
commitb7c262fe8dc1dd50743dc7959f143d988498c892 (patch)
tree78b763c1f3b4eb864a90328704aa7af7451f366a /qa/spec/resource/base_spec.rb
parent330f7e985c95b24dbac3e31256ffbffd2515d6ea (diff)
parentdf7fe63711dd123eb9dfb78ffc8de4d446c1f4ca (diff)
downloadgitlab-ce-52275-fix-master-to-be-hyperlink.tar.gz
Merge branch 'master' into 52275-fix-master-to-be-hyperlink52275-fix-master-to-be-hyperlink
Diffstat (limited to 'qa/spec/resource/base_spec.rb')
-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)