Sha256: 28b49e9ea2a31f264e521fd5dce8c6ab7348881f594a3135ad26289461129960
Contents?: true
Size: 380 Bytes
Versions: 2
Compression:
Stored size: 380 Bytes
Contents
require 'test/unit' require 'tempfile' %w(../lib ../ext).each do |path| $LOAD_PATH.unshift(File.expand_path(File.join(File.dirname(__FILE__), path))) end require 'rubygems' require 'qrtools' class QRToolsTestCase < Test::Unit::TestCase ASSETS = File.expand_path(File.join(File.dirname(__FILE__), 'assets')) unless RUBY_VERSION >= '1.9' undef :default_test end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
qrtools-1.0.0 | test/helper.rb |
qrtools-1.0.1 | test/helper.rb |