Sha256: 53ef3909236047f38b43d0b909e7b4779d4af26fa2afb137cc9f6fe98ccba791

Contents?: true

Size: 226 Bytes

Versions: 1

Compression:

Stored size: 226 Bytes

Contents

require 'spec_helper'

describe Esearch::Cluster, '#path' do
  subject { object.path }

  let(:object) { described_class.new(connection) }

  let(:connection) { mock('Connection') }

  it { should eql(Pathname.new('/')) }
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
esearch-0.2.0 spec/unit/esearch/cluster/path_spec.rb