Sha256: 950f23364db3c93b34a2cfa7e696e9307b600f5c123130e996afedbe7bf57dbb

Contents?: true

Size: 360 Bytes

Versions: 5

Compression:

Stored size: 360 Bytes

Contents

# encoding: UTF-8
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/..')
$LOAD_PATH.unshift File.expand_path(File.dirname(__FILE__) + '/../lib')

require 'rspec'
require 'yajl'
require 'date'
require 'stringio'

module Kernel
  def silence_warnings
    old_verbose, $VERBOSE = $VERBOSE, nil
    yield
  ensure
    $VERBOSE = old_verbose
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
yajl-ruby-0.8.3 spec/spec_helper.rb
yajl-ruby-0.8.2 spec/spec_helper.rb
yajl-ruby-0.8.1 spec/spec_helper.rb
yajl-ruby-0.8.0 spec/spec_helper.rb
yajl-ruby-0.7.9 spec/spec_helper.rb