Sha256: 9c15e4fbbee956a14907385811a2fcb7a7c21330fde75fe0601f8ec645413a36

Contents?: true

Size: 535 Bytes

Versions: 11

Compression:

Stored size: 535 Bytes

Contents

# encoding: utf-8
#
# Copyright October 2014, Jesse Doyle. All rights reserved.
#
# This is free software. Please see the LICENSE and COPYING files for details.

require "bundler"
Bundler.setup

require "prawn/icon"
require 'pdf/inspector'
require "rspec"

# Requires supporting ruby files with custom matchers and macros, etc,
# in spec/extensions/ and its subdirectories.
Dir[File.dirname(__FILE__) + "/support/**/*.rb"].each { |f| require f }

RSpec.configure do |config|
  config.include PDFHelper
  config.include ParserHelper
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
prawn-icon-1.2.0 spec/spec_helper.rb
prawn-icon-1.1.1 spec/spec_helper.rb
prawn-icon-1.1.0 spec/spec_helper.rb
prawn-icon-1.0.0 spec/spec_helper.rb
prawn-icon-0.7.1 spec/spec_helper.rb
prawn-icon-0.7.0 spec/spec_helper.rb
prawn-icon-0.6.4 spec/spec_helper.rb
prawn-icon-0.6.3 spec/spec_helper.rb
prawn-icon-0.6.2 spec/spec_helper.rb
prawn-icon-0.6.1 spec/spec_helper.rb
prawn-icon-0.6.0 spec/spec_helper.rb