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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
8cacbe20
Commit
8cacbe20
authored
Oct 04, 2019
by
Michael Kozono
Committed by
Douglas Barbosa Alexandre
Oct 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo in test
parent
9177608f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ee/spec/models/geo/fdw/lfs_object_spec.rb
ee/spec/models/geo/fdw/lfs_object_spec.rb
+1
-1
No files found.
ee/spec/models/geo/fdw/lfs_object_spec.rb
View file @
8cacbe20
...
...
@@ -11,7 +11,7 @@ RSpec.describe Geo::Fdw::LfsObject, :geo, type: :model do
describe
'.missing_file_registry'
,
:geo_fdw
do
subject
{
described_class
.
missing_file_registry
}
it
'returns lfs objects that doesnt have a corresponding file registry entry'
do
it
"returns lfs objects that don't have a corresponding file registry entry"
do
lfs_objects
=
create_list
(
:lfs_object
,
2
)
# simulate existing registry entries with the same +id+, but different +file_type+
...
...
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