Sha256: c6fb52495feb135d72a2be6ecbb70a92f6954a60e9aeae2249e7f66a93ac1dab

Contents?: true

Size: 329 Bytes

Versions: 3

Compression:

Stored size: 329 Bytes

Contents

require 'rubygems'
require 'test/unit'
require 'shoulda'

ERNIE_ROOT = File.expand_path(File.join(File.dirname(__FILE__), *%w[..]))

$:.unshift(File.join(ERNIE_ROOT, 'lib'))

require 'ernie'
Ernie.auto_start = false

begin
  require 'bertrpc'
rescue LoadError
  puts "You need bertrpc gem installed to run tests."
  exit!(1)
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ernie-2.5.2 test/helper.rb
ernie-2.5.1 test/helper.rb
ernie-2.5.0 test/helper.rb