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