class Gem::TestCase

def install_gem_user spec

def install_gem_user spec
  install_gem spec, :user_install => true
end