Project

General

Profile

« Previous | Next » 

Revision 630061d2

Added by Michael Moll almost 6 years ago

Fixes #19775 - Fix Layout/ExtraSpacing cop

View differences:

test/controllers/ssh_keys_controller_test.rb
class SshKeysControllerTest < ActionController::TestCase
let(:key) { 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBIhRoL6PfBRs9YwW3r2/pYeLrxRzEZSUO3Go8JivxMsguEKjJ3byHDPvPpMHhKKSZD/HJY/A+2Ndqp0ElB+t2qs= foreman@example.com' }
let(:ssh_key) { FactoryBot.create(:ssh_key) }
let(:ssh_key) { FactoryBot.create(:ssh_key) }
let(:user) { ssh_key.user }
test 'new' do

Also available in: Unified diff