Sha256: 4eeba7311160254bfcfb65ed55cf42390571dc5c32acedc8ecb8c7b0f7f1a491

Contents?: true

Size: 270 Bytes

Versions: 7

Compression:

Stored size: 270 Bytes

Contents

#!/usr/bin/env bats

rubie="1.8.7"

load _common

@test "RVM $rubie can use nokogiri with openssl" {
  run_nokogiri_openssl_test $rubie
}

@test "Installs RubyGems 1.6.0 in RVM $rubie" {
  run rvm 1.8.7 do gem --version
  [ "$status" -eq 0 ]
  [ "$output" = "1.6.0" ]
}

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
from-scratch-0.7.0 cookbooks/rvm/test/integration/rubies/bats/verify_rubygems_version_support.bats
from-scratch-0.6.0 cookbooks/rvm/test/integration/rubies/bats/verify_rubygems_version_support.bats
from-scratch-0.5.0 cookbooks/rvm/test/integration/rubies/bats/verify_rubygems_version_support.bats
from-scratch-0.3.0 cookbooks/rvm/test/integration/rubies/bats/verify_rubygems_version_support.bats
from-scratch-0.2.0 cookbooks/rvm/test/integration/rubies/bats/verify_rubygems_version_support.bats
from-scratch-0.1.1 cookbooks/rvm/test/integration/rubies/bats/verify_rubygems_version_support.bats
from-scratch-0.1.0 cookbooks/rvm/test/integration/rubies/bats/verify_rubygems_version_support.bats