Sha256: fcffcd18e287c78b3f8a640bcfc41798b4f649a5f06f4f6a6240b4854c04561d

Contents?: true

Size: 206 Bytes

Versions: 4

Compression:

Stored size: 206 Bytes

Contents

require 'spec_helper'

describe 'Compatibiliy layer' do
  it %[should raise the correct error when a const is missing] do
    expect { Zookeeper::THISISANINVALIDCONST }.to raise_error(NameError)
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
zookeeper-1.5.5 spec/compatibilty_spec.rb
zookeeper-1.5.5-java spec/compatibilty_spec.rb
zookeeper-1.5.4 spec/compatibilty_spec.rb
zookeeper-1.5.4-java spec/compatibilty_spec.rb