Sha256: aa43799a26fd893e5a17dfe61c0f453469aaedebc7b52f308d01e36309c7c22e

Contents?: true

Size: 242 Bytes

Versions: 5

Compression:

Stored size: 242 Bytes

Contents

# Copyright (c) 2011 - 2013, SoundCloud Ltd.

require 'lhm/connection'

describe Lhm::Connection do
  it 'raises an exception when it cannot find the dependencies' do
    assert_raises(NameError) do
      Connection.new({})
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
lhm-2.2.0 spec/unit/connection_spec.rb
lhm-2.1.0 spec/unit/connection_spec.rb
lhm-2.0.0 spec/unit/connection_spec.rb
lhm-1.3.0 spec/unit/connection_spec.rb
lhm-1.2.0 spec/unit/connection_spec.rb