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
e1289a64
Commit
e1289a64
authored
Jun 28, 2017
by
Michael Kozono
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix migration spec for MySQL
parent
5ea374fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
spec/migrations/update_authorized_keys_file_spec.rb
spec/migrations/update_authorized_keys_file_spec.rb
+2
-2
No files found.
spec/migrations/update_authorized_keys_file_spec.rb
View file @
e1289a64
require
'spec_helper'
require
Rails
.
root
.
join
(
'db'
,
'migrate'
,
'20170626202753_update_authorized_keys_file.rb'
)
describe
UpdateAuthorizedKeysFile
do
describe
UpdateAuthorizedKeysFile
,
:migration
do
let
(
:migration
)
{
described_class
.
new
}
describe
'#up'
do
...
...
@@ -105,7 +105,7 @@ describe UpdateAuthorizedKeysFile do
context
'when authorized_keys_enabled is explicitly false'
do
before
do
ApplicationSetting
.
first
.
update
(
authorized_keys_enabled:
false
)
ApplicationSetting
.
first
.
update
!
(
authorized_keys_enabled:
false
)
end
it
{
is_expected
.
to
be_falsey
}
...
...
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