Sha256: e1c50386a5e7beaa92f6a1abc19e49994cf7360b0c77d59cb07b21510c5dfbea

Contents?: true

Size: 446 Bytes

Versions: 11

Compression:

Stored size: 446 Bytes

Contents

require 'rubygems'
require 'bundler'
begin
  Bundler.setup(:default, :development)
rescue Bundler::BundlerError => e
  $stderr.puts e.message
  $stderr.puts "Run `bundle install` to install missing gems"
  exit e.status_code
end
require 'test/unit'
require 'shoulda'
require 'typhoeus'

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

class Test::Unit::TestCase
end

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
zephyr-1.1.3 test/helper.rb
zephyr-1.1.2 test/helper.rb
zephyr-1.1.1 test/helper.rb
zephyr-1.1.0 test/helper.rb
zephyr-1.0.9 test/helper.rb
zephyr-1.0.8 test/helper.rb
zephyr-1.0.6 test/helper.rb
zephyr-1.0.5 test/helper.rb
zephyr-1.0.4 test/helper.rb
zephyr-1.0.3 test/helper.rb
zephyr-1.0.2 test/helper.rb