Commit 5ee0338e authored by Patrick Bajao's avatar Patrick Bajao

Remove unneeded line in spec

parent a483b7fa
......@@ -16,8 +16,6 @@ describe UpdateAuthorizedKeysFile, :migration do
end
it 'sets authorized_keys_enabled to true' do
FileUtils.touch(authorized_keys_file)
migration.up
expect(described_class::ApplicationSetting.last.authorized_keys_enabled).to be_truthy
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment