Sha256: 16061d4a5f9f31b5d68d680b19a06d8081dbd1b2bd60cbc07ec0b0e5efeceafa

Contents?: true

Size: 375 Bytes

Versions: 9

Compression:

Stored size: 375 Bytes

Contents

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

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

9 entries across 9 versions & 2 rubygems

Version Path
webhdfs-with-krb5-0.6.2 test/test_helper.rb
webhdfs-with-krb5-0.6.1 test/test_helper.rb
webhdfs-0.5.1 test/test_helper.rb
webhdfs-0.5.0 test/test_helper.rb
webhdfs-0.4.1 test/test_helper.rb
webhdfs-0.4 test/test_helper.rb
webhdfs-0.3 test/test_helper.rb
webhdfs-0.2 test/test_helper.rb
webhdfs-0.1 test/test_helper.rb