Sha256: 9ef28f8c2d3f7f5cc045f2df121acd1818f0f009ce9cf66c3028923ced4da06e

Contents?: true

Size: 492 Bytes

Versions: 15

Compression:

Stored size: 492 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'))
$LOAD_PATH << File.expand_path( File.dirname(__FILE__) + '/../lib/' )
require 'parse_resource'




class Test::Unit::TestCase
end

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
parse_resource-1.7.2 test/helper.rb
parse_resource-1.7.1 test/helper.rb
parse_resource-1.7.0 test/helper.rb
parse_resource-1.6.3 test/helper.rb
parse_resource-1.6.2 test/helper.rb
parse_resource-1.6.1 test/helper.rb
parse_resource-1.6.0 test/helper.rb
parse_resource-1.5.11 test/helper.rb
parse_resource-1.5.9 test/helper.rb
parse_resource-1.5.8 test/helper.rb
parse_resource-1.5.7 test/helper.rb
parse_resource-1.5.6 test/helper.rb
parse_resource-1.5.5 test/helper.rb
parse_resource-1.5.4 test/helper.rb
parse_resource-1.5.2 test/helper.rb