Sha256: 68be8e0a65aff168049ef66001ec22421f9f3509ba7b0791adb97f2c47828e01

Contents?: true

Size: 415 Bytes

Versions: 7

Compression:

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

class Test::Unit::TestCase
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
has_comments-0.2.0 test/helper.rb
has_comments-0.1.9 test/helper.rb
has_comments-0.1.8 test/helper.rb
has_comments-0.1.7 test/helper.rb
has_comments-0.1.5 test/helper.rb
has_comments-0.1.4 test/helper.rb
has_comments-0.1.3 test/helper.rb