Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kazuhiko Shiozaki
gitlab-ce
Commits
0c650dc0
Commit
0c650dc0
authored
Apr 21, 2015
by
Douwe Maan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Google Code importer test.
parent
1419e948
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
spec/lib/gitlab/google_code_import/importer_spec.rb
spec/lib/gitlab/google_code_import/importer_spec.rb
+4
-3
No files found.
spec/lib/gitlab/google_code_import/importer_spec.rb
View file @
0c650dc0
...
@@ -57,10 +57,11 @@ describe Gitlab::GoogleCodeImport::Importer do
...
@@ -57,10 +57,11 @@ describe Gitlab::GoogleCodeImport::Importer do
expect
(
issue
.
label_names
).
to
include
(
"Type: Enhancement"
)
expect
(
issue
.
label_names
).
to
include
(
"Type: Enhancement"
)
expect
(
issue
.
title
).
to
eq
(
"Scrolling through tasks"
)
expect
(
issue
.
title
).
to
eq
(
"Scrolling through tasks"
)
expect
(
issue
.
state
).
to
eq
(
"closed"
)
expect
(
issue
.
state
).
to
eq
(
"closed"
)
expect
(
issue
.
description
).
to
include
(
"schattenpr
..
."
)
expect
(
issue
.
description
).
to
include
(
"schattenpr
\\
.
\\
.
\\
."
)
expect
(
issue
.
description
).
to
include
(
"November 18, 2009 00:20"
)
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
(
"Google Code"
)
expect
(
issue
.
description
).
to
include
(
'Patch is attached that adds two new mouse\-actions \(next\_taskprev\_task\)'
)
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_task+prev_task)'
)
expect
(
issue
.
description
).
to
include
(
'that can be used for exactly that purpose.'
)
expect
(
issue
.
description
).
to
include
(
'that can be used for exactly that purpose.'
)
expect
(
issue
.
description
).
to
include
(
'all the best!'
)
expect
(
issue
.
description
).
to
include
(
'all the best!'
)
expect
(
issue
.
description
).
to
include
(
'[tint2_task_scrolling.diff](https://storage.googleapis.com/google-code-attachments/tint2/issue-169/comment-0/tint2_task_scrolling.diff)'
)
expect
(
issue
.
description
).
to
include
(
'[tint2_task_scrolling.diff](https://storage.googleapis.com/google-code-attachments/tint2/issue-169/comment-0/tint2_task_scrolling.diff)'
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment