Sha256: 414ecb4b590ee256d39c6407f1d148767e0ade59d4c446c680bc0ad913f71b74

Contents?: true

Size: 462 Bytes

Versions: 10

Compression:

Stored size: 462 Bytes

Contents

require 'rubygems'
require 'bundler'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end
require 'test/unit'
require 'shoulda'
require 'mocha'
require 'pry'

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

class Test::Unit::TestCase
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
oci8_simple-0.9.2 test/helper.rb
oci8_simple-0.9.1 test/helper.rb
oci8_simple-0.9.0 test/helper.rb
oci8_simple-0.8.5 test/helper.rb
oci8_simple-0.8.4 test/helper.rb
oci8_simple-0.8.3 test/helper.rb
oci8_simple-0.8.2 test/helper.rb
oci8_simple-0.8.1 test/helper.rb
oci8_simple-0.8.0 test/helper.rb
oci8_simple-0.7.0 test/helper.rb