Sha256: 80400fcfbe0822bd0df3963a4338ccb510744d141a5cc783d58e45f8dfa36d51

Contents?: true

Size: 458 Bytes

Versions: 10

Compression:

Stored size: 458 Bytes

Contents

SPEC_ROOT = File.dirname(__FILE__)
$LOAD_PATH.unshift(SPEC_ROOT)
$LOAD_PATH.unshift(File.join(SPEC_ROOT, '..', 'lib'))
require 'simplecov'
SimpleCov.start do
  add_filter 'spec/'
end

require 'pdfkit'
require 'rspec'
require 'mocha'
require 'rack'
require 'rack/test'
require 'active_support'
require 'custom_wkhtmltopdf_path' if File.exists?(File.join(SPEC_ROOT, 'custom_wkhtmltopdf_path.rb'))

RSpec.configure do |config|
  include Rack::Test::Methods
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
pdfkit-0.8.5 spec/spec_helper.rb
pdfkit-0.8.4.3.2 spec/spec_helper.rb
pdfkit-0.8.4.3.1 spec/spec_helper.rb
pdfkit-0.8.4.2 spec/spec_helper.rb
pdfkit-0.8.4.1 spec/spec_helper.rb
pdfkit-0.8.4 spec/spec_helper.rb
pdfkit-0.8.3 spec/spec_helper.rb
pdfkit-0.8.2 spec/spec_helper.rb
pdfkit-0.8.1 spec/spec_helper.rb
pdfkit-0.8.0 spec/spec_helper.rb