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
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
091aa95d
Commit
091aa95d
authored
9 years ago
by
Mike Chmielewski
Committed by
Michael Chmielewski
9 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make subject of spec line up on one line to satisfy rubocop requirements
parent
5a506996
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
4 deletions
+2
-4
spec/models/repository_spec.rb
spec/models/repository_spec.rb
+2
-4
No files found.
spec/models/repository_spec.rb
View file @
091aa95d
...
...
@@ -27,9 +27,7 @@ describe Repository do
end
describe
:commits_with_log_matching
do
subject
{
repository
.
commits_with_log_matching
(
'submodule'
).
map
{
|
k
|
k
.
id
}
}
subject
{
repository
.
commits_with_log_matching
(
'submodule'
).
map
{
|
k
|
k
.
id
}
}
it
{
is_expected
.
to
include
(
'5937ac0a7beb003549fc5fd26fc247adbce4a52e'
)
}
it
{
is_expected
.
to
include
(
'6f6d7e7ed97bb5f0054f2b1df789b39ca89b6ff9'
)
}
...
...
This diff is collapsed.
Click to expand it.
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