Sha256: 6d9af0c98966c74a91bd676e6ad94b38fd3ef40af2196bb5ae0566b827ec8bd8

Contents?: true

Size: 228 Bytes

Versions: 1

Compression:

Stored size: 228 Bytes

Contents

require 'spec_helper'

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

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

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

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

Version data entries

1 entries across 1 versions & 1 rubygems

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