Sha256: 0c894d076c5a175c87654db06c3b92776a1a8670853be0bca38443044388d41e

Contents?: true

Size: 223 Bytes

Versions: 7

Compression:

Stored size: 223 Bytes

Contents

#!/usr/bin/env bats

rubie="jruby"

load _common

@test "RVM $rubie can use nokogiri with openssl" {
  run rvm $rubie do gem install jruby-openssl --no-ri --no-rdoc
  [ $status -eq 0 ]

  run_nokogiri_openssl_test $rubie
}

Version data entries

7 entries across 7 versions & 1 rubygems

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