Sha256: 00b8ca92d16217a2588f705b19e40d5f79b0f1771dfcb0678c1226154c4042b8

Contents?: true

Size: 394 Bytes

Versions: 16

Compression:

Stored size: 394 Bytes

Contents

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))

require 'rubygems'
require 'rr'
require 'test/unit'
class Test::Unit::TestCase
  include RR::Adapters::TestUnit
end

if ENV['SIMPLE_COV']
  require 'simplecov'
  SimpleCov.start do 
    add_filter 'test/'
    add_filter 'pkg/'
    add_filter 'vendor/'
  end
end

require 'test/unit'

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
webhdfs-0.11.0 test/test_helper.rb
webhdfs-0.10.2 test/test_helper.rb
webhdfs-0.10.1 test/test_helper.rb
webhdfs-0.10.0 test/test_helper.rb
webhdfs-0.9.0 test/test_helper.rb
webhdfs-0.8.0 test/test_helper.rb
webhdfs-0.7.4 test/test_helper.rb
webhdfs-0.7.3 test/test_helper.rb
webhdfs-0.7.2 test/test_helper.rb
webhdfs-0.7.1 test/test_helper.rb
webhdfs-0.7.0 test/test_helper.rb
webhdfs-0.6.0 test/test_helper.rb
webhdfs-0.5.5 test/test_helper.rb
webhdfs-0.5.4 test/test_helper.rb
webhdfs-0.5.3 test/test_helper.rb
webhdfs-0.5.2 test/test_helper.rb