Sha256: f2d0d02c5789829f07a0889c7ea6d9893f4ad9fa4e9a5ab7826a4d082fcd2e5b

Contents?: true

Size: 417 Bytes

Versions: 9

Compression:

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

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

class Test::Unit::TestCase
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
parse_resource-1.5.1 test/helper.rb
parse_resource-1.4.2 test/helper.rb
parse_resource-1.4.1 test/helper.rb
parse_resource-1.4.0 test/helper.rb
parse_resource-1.3.1 test/helper.rb
parse_resource-1.3.0 test/helper.rb
parse_resource-1.2.0 test/helper.rb
parse_resource-1.0.0 test/helper.rb
parse_resource-0.2.0 test/helper.rb