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
|
package :tools do
|
||||||
description 'Useful tools'
|
description 'Useful tools'
|
||||||
apt 'psmisc htop elinks'
|
apt 'psmisc htop elinks screen'
|
||||||
end
|
end
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,9 @@ require File.dirname(__FILE__) + '/spec_helper'
|
||||||
|
|
||||||
describe 'user encryption' do
|
describe 'user encryption' do
|
||||||
before :all do
|
before :all do
|
||||||
ctx = GPGME::Ctx.new
|
#ctx = GPGME::Ctx.new
|
||||||
keys = ctx.keys
|
#keys = ctx.keys
|
||||||
keys.each{|k| ctx.delete_key(k, true)}
|
#keys.each{|k| ctx.delete_key(k, true)}
|
||||||
@u = User.new
|
@u = User.new
|
||||||
@u.email = "george@aol.com"
|
@u.email = "george@aol.com"
|
||||||
@u.password = "bluepin7"
|
@u.password = "bluepin7"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue