Sha256: 78b741ea9b510125507ea627b9f918be2afe600f2e9846f7da68e99e451edab7

Contents?: true

Size: 311 Bytes

Versions: 10

Compression:

Stored size: 311 Bytes

Contents

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

ERNIE_ROOT = 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

10 entries across 10 versions & 2 rubygems

Version Path
ernie-2.4.0 test/helper.rb
ernie-2.3.0 test/helper.rb
ernie-2.2.1 test/helper.rb
schleyfox-ernie-2.2.3 test/helper.rb
schleyfox-ernie-2.2.2 test/helper.rb
schleyfox-ernie-2.2.1 test/helper.rb
ernie-2.2.0 test/helper.rb
ernie-2.1.0 test/helper.rb
ernie-2.0.0 test/helper.rb
ernie-1.3.0 test/helper.rb