BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
2542be55
Commit
2542be55
authored
Feb 23, 2018
by
Ian Baum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Merge branch 'zj-unit-test-gitaly-arrays' into 'master'"
This reverts commit
3a91c166
.
parent
f995621f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
blob_spec.rb
spec/lib/gitlab/git/blob_spec.rb
+0
-1
commit_spec.rb
spec/lib/gitlab/git/commit_spec.rb
+0
-4
No files found.
spec/lib/gitlab/git/blob_spec.rb
View file @
2542be55
...
...
@@ -276,7 +276,6 @@ describe Gitlab::Git::Blob, seed_helper: true do
expect
(
blobs
.
count
).
to
eq
(
1
)
expect
(
blobs
).
to
all
(
be_a
(
Gitlab
::
Git
::
Blob
)
)
expect
(
blobs
).
to
be_an
(
Array
)
end
it
'accepts blob IDs as a lazy enumerator'
do
...
...
spec/lib/gitlab/git/commit_spec.rb
View file @
2542be55
...
...
@@ -102,10 +102,6 @@ describe Gitlab::Git::Commit, seed_helper: true do
expect
(
described_class
.
find
(
repository
,
SeedRepo
::
Commit
::
ID
)).
to
be_valid_commit
end
it
"returns an array of parent ids"
do
expect
(
described_class
.
find
(
repository
,
SeedRepo
::
Commit
::
ID
).
parent_ids
).
to
be_an
(
Array
)
end
it
"should return valid commit for tag"
do
expect
(
described_class
.
find
(
repository
,
'v1.0.0'
).
id
).
to
eq
(
'6f6d7e7ed97bb5f0054f2b1df789b39ca89b6ff9'
)
end
...
...
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