Sha256: 9899ec67c5e0949ba826c1b6cbde6ae85efac04454b37d8817ca82e041f0962a

Contents?: true

Size: 583 Bytes

Versions: 21

Compression:

Stored size: 583 Bytes

Contents

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

require 'rubygems'
require 'bundler'

begin
  Bundler.setup(:default, :test)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end

require 'vcr'
require 'test/unit'
require 'shoulda'
require 'quaderno-ruby'

VCR.configure do |c|
  c.cassette_library_dir = 'test/fixtures/quaderno_cassettes'
  c.ignore_localhost = false
  c.hook_into :fakeweb
end

class Test::Unit::TestCase
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
quaderno-1.9.1 test/helper.rb
quaderno-1.9.0 test/helper.rb
quaderno-1.8.0 test/helper.rb
quaderno-1.7.3 test/helper.rb
quaderno-1.7.2 test/helper.rb
quaderno-1.7.1 test/helper.rb
quaderno-1.7.0 test/helper.rb
quaderno-1.6.1 test/helper.rb
quaderno-1.5.5 test/helper.rb
quaderno-1.5.4 test/helper.rb
quaderno-1.5.3 test/helper.rb
quaderno-1.5.2 test/helper.rb
quaderno-1.5.1 test/helper.rb
quaderno-1.5.0 test/helper.rb
quaderno-1.4.2 test/helper.rb
quaderno-1.4.1 test/helper.rb
quaderno-1.4.0 test/helper.rb
quaderno-1.3.2 test/helper.rb
quaderno-1.3.1 test/helper.rb
quaderno-1.3.0 test/helper.rb