install_gem_user(spec)
Builds and installs the Gem::Specification spec into the user dir
# File lib/rubygems/test_case.rb, line 487 def install_gem_user spec install_gem spec, :user_install => true end