aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/library/openssl/cipher_spec.rb
blob: c3eb1280a26d4947716f048d1201f72f11d1e8f4 (plain)
1
2
3
4
5
6
7
8
9
require File.expand_path('../../../spec_helper', __FILE__)
require File.expand_path('../shared/constants', __FILE__)
require 'openssl'

describe "OpenSSL::Cipher's CipherError" do
  it "exists under OpenSSL::Cipher namespace" do
    OpenSSL::Cipher.should have_constant :CipherError
  end
end