From 32d0b9a7dfa5ef185c44aebaf3cd05c3b2713ac9 Mon Sep 17 00:00:00 2001 From: Ryan McGeary Date: Mon, 12 May 2008 23:42:01 -0400 Subject: [PATCH] Renamed test for error handling to be more specific --- test/deploy/strategy/copy_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/deploy/strategy/copy_test.rb b/test/deploy/strategy/copy_test.rb index b384158b..2821fdd0 100644 --- a/test/deploy/strategy/copy_test.rb +++ b/test/deploy/strategy/copy_test.rb @@ -87,7 +87,7 @@ class DeployStrategyCopyTest < Test::Unit::TestCase @strategy.deploy! end - def test_deploy_with_unknown_compression_should_error_on_extension + def test_deploy_with_unknown_compression_type_should_error @config[:copy_compression] = :bogus Dir.expects(:tmpdir).returns("/temp/dir") @source.expects(:checkout).with("154", "/temp/dir/1234567890").returns(:local_checkout)