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
179926cf
Commit
179926cf
authored
Sep 10, 2021
by
Heinrich Lee Yu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix missing requires in specs
Adds missing require 'spec_helper' in some specs
parent
6b5e1923
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
spec/lib/gitlab/action_cable/request_store_callbacks_spec.rb
spec/lib/gitlab/action_cable/request_store_callbacks_spec.rb
+2
-0
spec/lib/gitlab/database/load_balancing/action_cable_callbacks_spec.rb
...ab/database/load_balancing/action_cable_callbacks_spec.rb
+2
-0
No files found.
spec/lib/gitlab/action_cable/request_store_callbacks_spec.rb
View file @
179926cf
# frozen_string_literal: true
require
'spec_helper'
RSpec
.
describe
Gitlab
::
ActionCable
::
RequestStoreCallbacks
do
describe
'.wrapper'
do
it
'enables RequestStore in the inner block'
do
...
...
spec/lib/gitlab/database/load_balancing/action_cable_callbacks_spec.rb
View file @
179926cf
# frozen_string_literal: true
require
'spec_helper'
RSpec
.
describe
Gitlab
::
Database
::
LoadBalancing
::
ActionCableCallbacks
,
:request_store
do
describe
'.wrapper'
do
it
'uses primary and then releases the connection and clears the session'
do
...
...
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