Sha256: bb52aebe2ba9edfd1252bea15d35dc24278065ad796099da9e25ab7f5e51b7d5

Contents?: true

Size: 282 Bytes

Versions: 2

Compression:

Stored size: 282 Bytes

Contents

require 'spec_helper'
module Maxwell
  module Agent
    describe Host do
      describe '.services' do
        Given(:host) {Host.new }
        Then { expect(host.services).to respond_to :count}
        Then { expect(host.services).to respond_to :each }
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
maxwell_agent-0.0.7 spec/agent/host_spec.rb
maxwell_agent-0.0.5 spec/agent/host_spec.rb