diff --git a/config/sprinkle/packages/essential.rb b/config/sprinkle/packages/essential.rb index 293898abd..42aadb333 100644 --- a/config/sprinkle/packages/essential.rb +++ b/config/sprinkle/packages/essential.rb @@ -10,5 +10,5 @@ end package :tools do description 'Useful tools' - apt 'psmisc htop elinks' + apt 'psmisc htop elinks screen' end diff --git a/spec/user_encryption_spec.rb b/spec/user_encryption_spec.rb index a106b2725..6e9fb8960 100644 --- a/spec/user_encryption_spec.rb +++ b/spec/user_encryption_spec.rb @@ -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"