summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/google_code_import
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-04-14 13:10:25 +0200
committerDouwe Maan <douwe@gitlab.com>2015-04-14 13:11:29 +0200
commitdfe659c16de6f9ad38e429b89131df20276e21d4 (patch)
treed9baa8e77e00fa94ea5e50d0ec4d02d82e8cc647 /spec/lib/gitlab/google_code_import
parent06399b3261a4118bf5ab2d2c6fcee7aad869bc66 (diff)
downloadgitlab-ce-dfe659c16de6f9ad38e429b89131df20276e21d4.tar.gz
Remove author link since all code.google.com links will be shut down.
Diffstat (limited to 'spec/lib/gitlab/google_code_import')
-rw-r--r--spec/lib/gitlab/google_code_import/importer_spec.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/spec/lib/gitlab/google_code_import/importer_spec.rb b/spec/lib/gitlab/google_code_import/importer_spec.rb
index 408553a98f2..9ff972b2111 100644
--- a/spec/lib/gitlab/google_code_import/importer_spec.rb
+++ b/spec/lib/gitlab/google_code_import/importer_spec.rb
@@ -43,7 +43,6 @@ describe Gitlab::GoogleCodeImport::Importer do
expect(issue.title).to eq("Scrolling through tasks")
expect(issue.state).to eq("closed")
expect(issue.description).to include("schattenpr...")
- expect(issue.description).to include("https://code.google.com/u/106498139506637530000/")
expect(issue.description).to include("November 18, 2009 00:20")
expect(issue.description).to include('I like to scroll through the tasks with my scrollwheel \(like in fluxbox\).')
expect(issue.description).to include('Patch is attached that adds two new mouse\-actions \(next\_taskprev\_task\)')
@@ -59,7 +58,6 @@ describe Gitlab::GoogleCodeImport::Importer do
note = project.issues.first.notes.first
expect(note).to_not be_nil
expect(note.note).to include("thilo...")
- expect(note.note).to include("https://code.google.com/u/104224918623172014000/")
expect(note.note).to include("November 18, 2009 05:14")
expect(note.note).to include("applied, thanks.")
expect(note.note).to include("Status: Fixed")