Sha256: 20cd35d7e529394bf415ed2ae5ee686c95d95d5adee56c57d33ee9239dbb2987

Contents?: true

Size: 443 Bytes

Versions: 8

Compression:

Stored size: 443 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 'mocha'
require 'shoulda'

$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

8 entries across 8 versions & 1 rubygems

Version Path
zephyr-1.2.2 test/helper.rb
zephyr-1.2.1 test/helper.rb
zephyr-1.2.0 test/helper.rb
zephyr-1.1.9 test/helper.rb
zephyr-1.1.8 test/helper.rb
zephyr-1.1.7 test/helper.rb
zephyr-1.1.6 test/helper.rb
zephyr-1.1.5 test/helper.rb