Sha256: a66b52da7b6278bdd64c68a48309a45742b1d2b9653add42104e5f281d9345c0

Contents?: true

Size: 427 Bytes

Versions: 48

Compression:

Stored size: 427 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'

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

class Test::Unit::TestCase
end

Version data entries

48 entries across 48 versions & 1 rubygems

Version Path
i2cssh-2.2.0 test/helper.rb
i2cssh-2.1.0 test/helper.rb
i2cssh-2.0.0 test/helper.rb
i2cssh-1.16.0 test/helper.rb
i2cssh-1.14.0 test/helper.rb
i2cssh-1.13.2 test/helper.rb
i2cssh-1.13.1 test/helper.rb
i2cssh-1.13.0 test/helper.rb
i2cssh-1.12.0 test/helper.rb
i2cssh-1.11.0 test/helper.rb
i2cssh-1.10.0 test/helper.rb
i2cssh-1.9.0 test/helper.rb
i2cssh-1.8.1 test/helper.rb
i2cssh-1.8.0 test/helper.rb
i2cssh-1.7.1 test/helper.rb
i2cssh-1.7.0 test/helper.rb
i2cssh-1.6.0 test/helper.rb
i2cssh-1.5.4 test/helper.rb
i2cssh-1.5.3 test/helper.rb
i2cssh-1.5.2 test/helper.rb