summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/legacy_github_import
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-12-25 18:48:26 +0900
committerShinya Maeda <shinya@gitlab.com>2018-12-31 14:35:57 +0900
commit8f1e96c89bd3ffe6ae47c275df2d1e919d42c39a (patch)
tree783bdd82084985736a8a07ab13d0e9f335f2fcd0 /spec/lib/gitlab/legacy_github_import
parentdc8a8c7d998e2c1f78fcf60f8dc45b572f62abe8 (diff)
downloadgitlab-ce-8f1e96c89bd3ffe6ae47c275df2d1e919d42c39a.tar.gz
Add spec for Release API
Add spec for all release API - GET, POST, PUT, DELETE. Also, fixes some minior bugs.
Diffstat (limited to 'spec/lib/gitlab/legacy_github_import')
-rw-r--r--spec/lib/gitlab/legacy_github_import/importer_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/gitlab/legacy_github_import/importer_spec.rb b/spec/lib/gitlab/legacy_github_import/importer_spec.rb
index d2df21d7bb5..6bc3792eb22 100644
--- a/spec/lib/gitlab/legacy_github_import/importer_spec.rb
+++ b/spec/lib/gitlab/legacy_github_import/importer_spec.rb
@@ -138,7 +138,7 @@ describe Gitlab::LegacyGithubImport::Importer do
let(:release2) do
double(
- tag_name: 'v2.0.0',
+ tag_name: 'v1.1.0',
name: 'Second release',
body: nil,
draft: false,