Sha256: bd30da6981bcf71802156dff48dd136373b9c5418e99dd7b80c1837da2bb9335

Contents?: true

Size: 647 Bytes

Versions: 4

Compression:

Stored size: 647 Bytes

Contents

require File.dirname(__FILE__) + '/test_helper'

class DeployTest < Test::Unit::TestCase
  def test_should_deploy
    using 'astrovan.local', :password => ENV['PASSWORD'] do
      deploy 'git://github.com/adamwiggins/scanty.git', :env => { :PATH => '$PATH:/usr/local/git/bin' }
    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

4 entries across 4 versions & 1 rubygems

Version Path
sbfaulkner-astrovan-0.5.0 test/deploy_test.rb
sbfaulkner-astrovan-0.5.2 test/deploy_test.rb
sbfaulkner-astrovan-0.5.3 test/deploy_test.rb
sbfaulkner-astrovan-0.5.4 test/deploy_test.rb