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
ac2d7687
Commit
ac2d7687
authored
Jun 01, 2017
by
Douglas Barbosa Alexandre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix typo on the spec file for the push event store
parent
7c8a5c75
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
spec/services/geo/push_event_store_spec.rb
spec/services/geo/push_event_store_spec.rb
+2
-2
No files found.
spec/services/geo/push_event_store_spec.rb
View file @
ac2d7687
...
@@ -32,7 +32,7 @@ describe Geo::PushEventStore, services: true do
...
@@ -32,7 +32,7 @@ describe Geo::PushEventStore, services: true do
expect
{
subject
.
create
}.
to
change
(
Geo
::
PushEvent
,
:count
).
by
(
1
)
expect
{
subject
.
create
}.
to
change
(
Geo
::
PushEvent
,
:count
).
by
(
1
)
end
end
context
'when repository is bei
gn udp
ated'
do
context
'when repository is bei
ng upd
ated'
do
it
'does not track ref name when post-receive event affect multiple refs'
do
it
'does not track ref name when post-receive event affect multiple refs'
do
subject
=
described_class
.
new
(
project
,
refs:
refs
,
changes:
changes
)
subject
=
described_class
.
new
(
project
,
refs:
refs
,
changes:
changes
)
...
@@ -95,7 +95,7 @@ describe Geo::PushEventStore, services: true do
...
@@ -95,7 +95,7 @@ describe Geo::PushEventStore, services: true do
end
end
end
end
context
'when wiki is bei
gn udp
ated'
do
context
'when wiki is bei
ng upd
ated'
do
it
'does not track any information'
do
it
'does not track any information'
do
subject
=
described_class
.
new
(
project
,
source:
Geo
::
PushEvent
::
WIKI
)
subject
=
described_class
.
new
(
project
,
source:
Geo
::
PushEvent
::
WIKI
)
...
...
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