summaryrefslogtreecommitdiff
path: root/spec/models/ci/artifact_blob_spec.rb
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2017-10-04 21:01:27 +0200
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2017-10-04 21:01:27 +0200
commitd5486807ba979172e35b81a6b74243225473b69f (patch)
tree9864c84eb8ad81dfab912f250585d9ec9adb41ba /spec/models/ci/artifact_blob_spec.rb
parent8640b294faa1f2f99e72ec46d36ba4873d8d3f5b (diff)
downloadgitlab-ce-d5486807ba979172e35b81a6b74243225473b69f.tar.gz
Incorporate feedback
Diffstat (limited to 'spec/models/ci/artifact_blob_spec.rb')
-rw-r--r--spec/models/ci/artifact_blob_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/models/ci/artifact_blob_spec.rb b/spec/models/ci/artifact_blob_spec.rb
index 3ea11a3bd54..81500fce6f9 100644
--- a/spec/models/ci/artifact_blob_spec.rb
+++ b/spec/models/ci/artifact_blob_spec.rb
@@ -42,7 +42,7 @@ describe Ci::ArtifactBlob do
end
end
- describe '#url' do
+ describe '#external_url' do
before do
allow(Gitlab.config.pages).to receive(:enabled).and_return(true)
allow(Gitlab.config.pages).to receive(:artifacts_server).and_return(true)