From: mh Date: Wed, 5 Feb 2014 22:17:36 +0000 (+0100) Subject: wording X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=15a1a734627e76e9294886a47ce70578fe8436c7;p=puppet-sshd.git wording --- diff --git a/spec/defines/ssh_authorized_key_spec.rb b/spec/defines/ssh_authorized_key_spec.rb index a554d9d..0cc4eb8 100644 --- a/spec/defines/ssh_authorized_key_spec.rb +++ b/spec/defines/ssh_authorized_key_spec.rb @@ -2,7 +2,7 @@ require 'spec_helper' describe 'sshd::ssh_authorized_key' do - context 'add authorized key' do + context 'manage authorized key' do let(:title) { 'foo' } let(:ssh_key) { 'some_secret_ssh_key' }