Sha256: ff289f3c220e340c4bd7c896bbc4d6738965059b102102b9335ddbe6ac4ddaba

Contents?: true

Size: 262 Bytes

Versions: 2

Compression:

Stored size: 262 Bytes

Contents

require 'spec_helper'

describe Foodtaster::Client do
  before(:each) { TestServer.start }
  after(:each)  { TestServer.stop }

  it 'should connect to server' do
    client = described_class.connect(TestServer::PORT)
    expect(client).not_to be(nil)
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
foodtaster-0.0.10 spec/foodtaster/client_spec.rb
foodtaster-0.0.9 spec/foodtaster/client_spec.rb