Sha256: 4678fe48e468753e6c435424ad504c8a3774f594082fcdc4a934c6da12467948

Contents?: true

Size: 342 Bytes

Versions: 9

Compression:

Stored size: 342 Bytes

Contents

$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

9 entries across 9 versions & 3 rubygems

Version Path
yajl-ruby-1.2.0 spec/spec_helper.rb
yajl-ruby-zenjoy-1.1.0 spec/spec_helper.rb
yajl-ruby-maglev--1.1.0 spec/spec_helper.rb
yajl-ruby-1.1.0-x86-mswin32-60 spec/spec_helper.rb
yajl-ruby-1.1.0-x86-mingw32 spec/spec_helper.rb
yajl-ruby-1.1.0 spec/spec_helper.rb
yajl-ruby-1.0.0-x86-mswin32-60 spec/spec_helper.rb
yajl-ruby-1.0.0-x86-mingw32 spec/spec_helper.rb
yajl-ruby-1.0.0 spec/spec_helper.rb