Sha256: 5671ff8ff2772d06cee0525bca678e1e8d8a05444079d977d9f7fbda8f51caf8

Contents?: true

Size: 315 Bytes

Versions: 5

Compression:

Stored size: 315 Bytes

Contents

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

class UpdateTest < Test::Unit::TestCase
  GIT = `which git`.chomp

  def test_should_update
    using 'astrovan.local', :password => ENV['PASSWORD'] do
      deploy 'git://github.com/adamwiggins/scanty.git', :git => GIT do
        update
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
sbfaulkner-astrovan-0.5.6 test/update_test.rb
sbfaulkner-astrovan-0.5.7 test/update_test.rb
sbfaulkner-astrovan-0.5.8 test/update_test.rb
sbfaulkner-astrovan-0.5.9 test/update_test.rb
sbfaulkner-astrovan-0.6.0 test/update_test.rb