Sha256: ae630496f7899beee0a0018c94d0cd6c23baa055cf7dc3e7d6bd9cbd6861c3f9
Contents?: true
Size: 417 Bytes
Versions: 24
Compression:
Stored size: 417 Bytes
Contents
require File.expand_path('../shared/constants', __FILE__) require 'openssl' describe "OpenSSL::Cipher's CipherError" do ruby_version_is "" ... "1.8.7" do it "exists under OpenSSL namespace" do OpenSSL.should have_constant :CipherError end end ruby_version_is "1.8.7" do it "exists under OpenSSL::Cipher namespace" do OpenSSL::Cipher.should have_constant :CipherError end end end
Version data entries
24 entries across 24 versions & 1 rubygems