Sha256: 9f1807b324adab3cabfb59c33047be4f35f026a5d07ff3ed1e307b02cdb9fe56

Contents?: true

Size: 443 Bytes

Versions: 18

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 'shoulda'

$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'capistrano-git-plugins'

class Test::Unit::TestCase
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
capistrano-git-plugins-0.0.18 test/helper.rb
capistrano-git-plugins-0.0.17 test/helper.rb
capistrano-git-plugins-0.0.16 test/helper.rb
capistrano-git-plugins-0.0.15 test/helper.rb
capistrano-git-plugins-0.0.14 test/helper.rb
capistrano-git-plugins-0.0.13 test/helper.rb
capistrano-git-plugins-0.0.12 test/helper.rb
capistrano-git-plugins-0.0.11 test/helper.rb
capistrano-git-plugins-0.0.10 test/helper.rb
capistrano-git-plugins-0.0.9 test/helper.rb
capistrano-git-plugins-0.0.8 test/helper.rb
capistrano-git-plugins-0.0.7 test/helper.rb
capistrano-git-plugins-0.0.6 test/helper.rb
capistrano-git-plugins-0.0.5 test/helper.rb
capistrano-git-plugins-0.0.3 test/helper.rb
capistrano-git-plugins-0.0.2 test/helper.rb
capistrano-git-plugins-0.0.1 test/helper.rb
capistrano-git-plugins-0.0.0 test/helper.rb