screen in tools, keyring clearing disabled
This commit is contained in:
parent
275e0baa0c
commit
eb9c6814d6
2 changed files with 4 additions and 4 deletions
|
|
@ -10,5 +10,5 @@ end
|
|||
|
||||
package :tools do
|
||||
description 'Useful tools'
|
||||
apt 'psmisc htop elinks'
|
||||
apt 'psmisc htop elinks screen'
|
||||
end
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@ require File.dirname(__FILE__) + '/spec_helper'
|
|||
|
||||
describe 'user encryption' do
|
||||
before :all do
|
||||
ctx = GPGME::Ctx.new
|
||||
keys = ctx.keys
|
||||
keys.each{|k| ctx.delete_key(k, true)}
|
||||
#ctx = GPGME::Ctx.new
|
||||
#keys = ctx.keys
|
||||
#keys.each{|k| ctx.delete_key(k, true)}
|
||||
@u = User.new
|
||||
@u.email = "george@aol.com"
|
||||
@u.password = "bluepin7"
|
||||
|
|
|
|||
Loading…
Reference in a new issue