Sha256: 604184f42a01c6d5d2d86b499f51de806c323779ca8a7dd1652e237c0eee1b50

Contents?: true

Size: 439 Bytes

Versions: 14

Compression:

Stored size: 439 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'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'itrigga-cap_deploy'

class Test::Unit::TestCase
end

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
itrigga-cap_deploy-0.2.6 test/helper.rb
itrigga-cap_deploy-0.2.5 test/helper.rb
itrigga-cap_deploy-0.2.4 test/helper.rb
itrigga-cap_deploy-0.2.2 test/helper.rb
itrigga-cap_deploy-0.1.7 test/helper.rb
itrigga-cap_deploy-0.1.6 test/helper.rb
itrigga-cap_deploy-0.1.4 test/helper.rb
itrigga-cap_deploy-0.1.3 test/helper.rb
itrigga-cap_deploy-0.1.1 test/helper.rb
itrigga-cap_deploy-0.1.0 test/helper.rb
itrigga-cap_deploy-0.0.4 test/helper.rb
itrigga-cap_deploy-0.0.3 test/helper.rb
itrigga-cap_deploy-0.0.2 test/helper.rb
itrigga-cap_deploy-0.0.1 test/helper.rb