Sha256: c5a81d610ebba6e5bcafea99f723be5e5d6449bf01b1b519ec69a065f4e458e6
Contents?: true
Size: 638 Bytes
Versions: 5
Compression:
Stored size: 638 Bytes
Contents
require File.dirname(__FILE__) + '/test_helper' class DeployTest < Test::Unit::TestCase GIT = `which git`.chomp def test_should_deploy using 'astrovan.local', :password => ENV['PASSWORD'] do deploy 'git://github.com/adamwiggins/scanty.git', :git => GIT end end def test_should_deploy_static_site flunk end def test_should_deploy_rails_application flunk end def test_should_deploy_sinatra_application flunk end def test_should_deploy_heroku_application flunk end def test_should_deploy_github_application flunk end def test_should_deploy_jekyll_site flunk end end
Version data entries
5 entries across 5 versions & 1 rubygems