Sha256: 4290e05864ba257f5d10fdfc4caf0362bb0ddbedc4b77d603019a6cef7863fd9

Contents?: true

Size: 441 Bytes

Versions: 6

Compression:

Stored size: 441 Bytes

Contents

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

require 'rubygems'
require 'bundler'
require 'nokogiri'

Bundler.setup
Bundler.require

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

RSpec.configure do |config|
  config.extend TruncatoMacros
end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
truncato-0.7.5 spec/spec_helper.rb
truncato-0.7.4 spec/spec_helper.rb
truncato-0.7.3 spec/spec_helper.rb
truncato-0.7.2 spec/spec_helper.rb
truncato-0.7.1 spec/spec_helper.rb
truncato-0.7.0 spec/spec_helper.rb