public
Description: Remote multi-server automation tool. This repository is no longer being actively maintained. Please ask on the mailing list to find someone who has a well-maintained fork. Thanks!
Homepage: http://www.capify.org
Clone URL: git://github.com/jamis/capistrano.git
Renamed test for error handling to be more specific
Ryan McGeary (author)
Mon May 12 20:42:01 -0700 2008
commit  32d0b9a7dfa5ef185c44aebaf3cd05c3b2713ac9
tree    14c29b1cf981f6bea8b7f5481a3250d9219b918a
parent  ebe3d9eecb4724736125845424a2608a6c90e644
...
87
88
89
90
 
91
92
93
...
87
88
89
 
90
91
92
93
0
@@ -87,7 +87,7 @@ class DeployStrategyCopyTest < Test::Unit::TestCase
0
     @strategy.deploy!
0
   end
0
   
0
-  def test_deploy_with_unknown_compression_should_error_on_extension
0
+  def test_deploy_with_unknown_compression_type_should_error
0
     @config[:copy_compression] = :bogus
0
     Dir.expects(:tmpdir).returns("/temp/dir")
0
     @source.expects(:checkout).with("154", "/temp/dir/1234567890").returns(:local_checkout)

Comments