Sha256: 54f28328c653799be19cf54a813c00563185b17ff8987287d622dc0b237173d2
Contents?: true
Size: 369 Bytes
Versions: 16
Compression:
Stored size: 369 Bytes
Contents
shared_examples_for "a excon test server" do |plugin, file| include_context("test server", plugin, file) it "returns an instance" do expect(@server).to be_instance_of Excon::Test::Server end it 'starts the server' do expect(@server.start).to be true end it 'stops the server' do expect(@server.stop).to be true end end
Version data entries
16 entries across 14 versions & 2 rubygems