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:05:54 +0200
commit6f72ac308b67faaa43b10acc359b306b3a836d04 (patch)
tree99038c15404b8d9d8e9fc1faf567bc8a8dca786b /spec/models/ci/artifact_blob_spec.rb
parent690971c23b293babf654c9c56a72c4d222ea6cc9 (diff)
downloadgitlab-ce-6f72ac308b67faaa43b10acc359b306b3a836d04.tar.gz
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)