~ubuntu-branches/ubuntu/trusty/ruby1.9/trusty

« back to all changes in this revision

Viewing changes to test/rubygems/test_gem_commands_environment_command.rb

  • Committer: Bazaar Package Importer
  • Author(s): Stephan Hermann
  • Date: 2008-05-16 12:37:06 UTC
  • mfrom: (1.1.10 upstream)
  • Revision ID: james.westby@ubuntu.com-20080516123706-r4llcdfd35aobrjv
Tags: 1.9.0.1-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Robustify check for target_os, fixing build failure on lpia.
* debian/control:
  - ruby1.9 pkg: moved rdoc1.9 suggestion to depends. (LP: #228345)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    assert_match %r|INSTALLATION DIRECTORY: #{Regexp.escape @gemhome}|,
26
26
                 @ui.output
27
27
    assert_match %r|RUBYGEMS PREFIX: |, @ui.output
28
 
    assert_match %r|RUBY EXECUTABLE:.*ruby|, @ui.output
 
28
    assert_match %r|RUBY EXECUTABLE:.*#{Gem::ConfigMap[:RUBY_INSTALL_NAME]}|,
 
29
                 @ui.output
29
30
    assert_match %r|RUBYGEMS PLATFORMS:|, @ui.output
30
31
    assert_match %r|- #{Gem::Platform.local}|, @ui.output
31
32
    assert_match %r|GEM PATHS:|, @ui.output