Sha256: d51719846933314fc85a99e79ef2a99a03f33b5be7582366fdbf53b168ea53f6

Contents?: true

Size: 423 Bytes

Versions: 11

Compression:

Stored size: 423 Bytes

Contents

require 'rubygems'
require 'bundler'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  warn e.message
  warn 'Run `bundle install` to install missing gems'
  exit e.status_code
end
require 'minitest/autorun'
require 'minitest/pride'
require 'mocha/minitest'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'pandoc-ruby'

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
pandoc-ruby-2.1.10 test/helper.rb
pandoc-ruby-2.1.9 test/helper.rb
pandoc-ruby-2.1.8 test/helper.rb
pandoc-ruby-2.1.7 test/helper.rb
pandoc-ruby-2.1.6 test/helper.rb
pandoc-ruby-2.1.5 test/helper.rb
pandoc-ruby-2.1.4 test/helper.rb
pandoc-ruby-2.1.3 test/helper.rb
pandoc-ruby-2.1.2 test/helper.rb
pandoc-ruby-2.1.1 test/helper.rb
pandoc-ruby-2.1.0 test/helper.rb