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:
authorRobert Schilling <rschilling@student.tugraz.at>2017-03-02 16:21:36 +0300
committerRobert Schilling <rschilling@student.tugraz.at>2017-08-28 17:40:25 +0300
commitf0f3f38576c0691e6d0e751c962382beea998afb (patch)
treef67dac1469c8d6ebcf2fb72b336bda278288cbe5 /spec/requests/api/tags_spec.rb
parente80313f9ee5b3495a8713e6ddae111bc8106155b (diff)
Use commit date for branches and tags
Diffstat (limited to 'spec/requests/api/tags_spec.rb')
-rw-r--r--spec/requests/api/tags_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/requests/api/tags_spec.rb b/spec/requests/api/tags_spec.rb
index 54900c75eb8..6ac0caa7fe8 100644
--- a/spec/requests/api/tags_spec.rb
+++ b/spec/requests/api/tags_spec.rb
@@ -394,7 +394,7 @@ describe API::Tags do
it_behaves_like '404 response' do
let(:request) { put api(route, current_user), description: new_description }
- let(:message) { '404 Tag Not Found' }
+ let(:message) { 'Tag does not exist' }
end
end