Sha256: 4b19f65c476d52affa14ab62f19a19ee0a55e755b0cc6d37f33e0ae034586208

Contents?: true

Size: 406 Bytes

Versions: 8

Compression:

Stored size: 406 Bytes

Contents

require 'test/unit'
require "#{File.expand_path(File.dirname(__FILE__))}/../lib/scribe"
begin; require 'ruby-debug'; rescue LoadError; end

begin
  @test_client = Scribe.new
rescue Thrift::TransportException => e
  #FIXME Make server automatically start if not running
  if e.message =~ /Could not connect/
    puts "*** Please start the Scribe server by running 'rake scribe'. ***" 
    exit 1
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
scribe-0.2.4 test/test_helper.rb
scribe-0.2.3 test/test_helper.rb
scribe-0.2.2 test/test_helper.rb
scribe-0.2.1 test/test_helper.rb
scribe-0.2 test/test_helper.rb
scribe-0.1.2 test/test_helper.rb
scribe-0.1.1 test/test_helper.rb
scribe-0.1 test/test_helper.rb