Sha256: 508cf47743550af9f678f8fe4e6986d95b99e33015b03b75c95e517eff7045f9

Contents?: true

Size: 517 Bytes

Versions: 20

Compression:

Stored size: 517 Bytes

Contents

require 'rubygems'
require 'bundler'

ENV['RAILS_ENV'] = 'test'
require "dummy/config/environment"
require "rails/test_help"

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'
require 'shoulda'

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

class Test::Unit::TestCase
end

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
wisepdf-1.3.0 test/helper.rb
wisepdf-1.2.10 test/helper.rb
wisepdf-1.2.9 test/helper.rb
wisepdf-1.2.8 test/helper.rb
wisepdf-1.2.7 test/helper.rb
wisepdf-1.2.6 test/helper.rb
wisepdf-1.2.5 test/helper.rb
wisepdf-1.2.4 test/helper.rb
wisepdf-1.2.3 test/helper.rb
wisepdf-1.2.2 test/helper.rb
wisepdf-1.2.1 test/helper.rb
wisepdf-1.2.0 test/helper.rb
wisepdf-1.1.3 test/helper.rb
wisepdf-1.1.2 test/helper.rb
wisepdf-1.1.1 test/helper.rb
wisepdf-1.1.0 test/helper.rb
wisepdf-1.0.3 test/helper.rb
wisepdf-1.0.2 test/helper.rb
wisepdf-1.0.1 test/helper.rb
wisepdf-1.0.0 test/helper.rb