Sha256: 079e837755b1e8ad2717a683c098b0305e95b9d4a4297d787059312737a0b841

Contents?: true

Size: 721 Bytes

Versions: 6

Compression:

Stored size: 721 Bytes

Contents

#
# Description
#
# Author:: Robert Sharp
# Copyright:: Copyright (c) 2010 Robert Sharp
# License:: Open Software Licence v3.0
#
# This software is licensed for use under the Open Software Licence v. 3.0
# The terms of this licence can be found at http://www.opensource.org/licenses/osl-3.0.php
# and in the file copyright.txt. Under the terms of this licence, all derivative works
# must themselves be licensed under the Open Software Licence v. 3.0
# 
# 

require File.expand_path(File.dirname(__FILE__) + '/spec_helper')
require 'jerbil/jerbil_service/client'

describe "Stopping Jerbil Client" do

  it "should stop" do
    client = JerbilService::Client.new(:rubytest, :test)
    client.stop.should be_true
  end
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
jerbil-1.4.8 spec/jerbil_client_stop_spec.rb
jerbil-1.4.7 spec/jerbil_client_stop_spec.rb
jerbil-1.4.6 spec/jerbil_client_stop_spec.rb
jerbil-1.4.5 spec/jerbil_client_stop_spec.rb
jerbil-1.3.3 spec/jerbil_client_stop_spec.rb
jerbil-1.2.2 spec/jerbil_client_stop_spec.rb