Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
289fca1ccbd7
Commit
beeed14f
authored
Oct 20, 2017
by
Winnie Hellmann
Browse files
Fix failure in current_settings_spec.rb
parent
932732dd6b81
Changes
1
Hide whitespace changes
Inline
Side-by-side
spec/lib/gitlab/current_settings_spec.rb
View file @
289fca1c
...
...
@@ -21,7 +21,7 @@
it
'falls back to DB if Redis returns an empty value'
do
expect
(
ApplicationSetting
).
to
receive
(
:cached
).
and_return
(
nil
)
expect
(
ApplicationSetting
).
to
receive
(
:last
).
and_call_original
expect
(
ApplicationSetting
).
to
receive
(
:last
).
and_call_original
.
twice
expect
(
current_application_settings
).
to
be_a
(
ApplicationSetting
)
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