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:
authorLin Jen-Shin <godfat@godfat.org>2016-07-14 20:45:04 +0300
committerLin Jen-Shin <godfat@godfat.org>2016-07-14 20:45:04 +0300
commit2e90abf254096253ac0201de48210c9cabdb2db4 (patch)
treec08d211b4541ad95f077dbf8c60642c9094e0470 /spec/requests/projects
parente96401f097e3d3bffe3a34d6e053af356109370b (diff)
It could be redirecting or downloading in Rails or API
Diffstat (limited to 'spec/requests/projects')
-rw-r--r--spec/requests/projects/artifacts_controller_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/projects/artifacts_controller_spec.rb b/spec/requests/projects/artifacts_controller_spec.rb
index 574b7028617..c8a21f7d0ec 100644
--- a/spec/requests/projects/artifacts_controller_spec.rb
+++ b/spec/requests/projects/artifacts_controller_spec.rb
@@ -45,7 +45,7 @@ describe Projects::ArtifactsController do
expect(response).to redirect_to(path)
end
- it_behaves_like 'artifacts from ref with 302'
+ it_behaves_like 'artifacts from ref successfully'
end
end
end