From 2f10eec142c0e70c06289f093f4057cc96eb3d44 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Wed, 10 Aug 2016 10:27:17 +0200 Subject: Newline after "let" --- spec/gitlab_keys_spec.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/spec/gitlab_keys_spec.rb b/spec/gitlab_keys_spec.rb index faf7c5d..adff6b4 100644 --- a/spec/gitlab_keys_spec.rb +++ b/spec/gitlab_keys_spec.rb @@ -20,6 +20,7 @@ describe GitlabKeys do describe '.key_line' do let(:line) { %(command="#{ROOT_PATH}/bin/gitlab-shell key-741",no-port-forwarding,no-X11-forwarding,no-agent-forwarding,no-pty ssh-rsa AAAAB3NzaDAxx2E) } + it 'returns the key line' do expect(described_class.key_line('key-741', 'ssh-rsa AAAAB3NzaDAxx2E')).to eq(line) end -- cgit v1.2.1