Skip to content

Commit

Permalink
reword misleading test description
Browse files Browse the repository at this point in the history
  • Loading branch information
bkw committed Oct 14, 2014
1 parent 4c42e7e commit e5bedea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/recipes/server_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
.with(group: 'root')
end

it 'authorizes files from the user data bag for root access' do
it 'authorizes keys from the user data bag for root access' do
expect(chef_run).to render_file('/root/.ssh/authorized_keys')
.with_content(/^key-user1$/)
.with_content(/^key-user2$/)
Expand Down

0 comments on commit e5bedea

Please sign in to comment.