summaryrefslogtreecommitdiff
path: root/spec/controllers
diff options
context:
space:
mode:
authorMicaël Bergeron <mbergeron@gitlab.com>2018-03-06 16:19:24 -0500
committerMicaël Bergeron <mbergeron@gitlab.com>2018-03-06 16:19:24 -0500
commita85948862ebadb02dbe93d5ce74ba00f32d9a0c0 (patch)
treeaf57433842cdd896ed88c862d9eadcfed7fd3596 /spec/controllers
parentb03b31659b0101dc4a5838bec7dca193706661cd (diff)
downloadgitlab-ce-a85948862ebadb02dbe93d5ce74ba00f32d9a0c0.tar.gz
fix some broken specs
Diffstat (limited to 'spec/controllers')
-rw-r--r--spec/controllers/projects/artifacts_controller_spec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/controllers/projects/artifacts_controller_spec.rb b/spec/controllers/projects/artifacts_controller_spec.rb
index 4ea6f869aa3..f385de725e8 100644
--- a/spec/controllers/projects/artifacts_controller_spec.rb
+++ b/spec/controllers/projects/artifacts_controller_spec.rb
@@ -118,6 +118,7 @@ describe Projects::ArtifactsController do
shared_examples 'a valid file' do
it 'serves the file using workhorse' do
+ binding.pry
subject
expect(response).to have_gitlab_http_status(200)