Sha256: a9194f8fb3e85adfde1c904387330b5e73978525b258b4bf0de26529a7797d46

Contents?: true

Size: 324 Bytes

Versions: 4

Compression:

Stored size: 324 Bytes

Contents

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

class UpdateTest < Test::Unit::TestCase
  def test_should_update
    using 'astrovan.local', :password => ENV['PASSWORD'] do
      deploy 'git://github.com/adamwiggins/scanty.git', :env => { :PATH => '$PATH:/usr/local/git/bin' } do
        update
      end
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

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