From affb615a8a5da2d41383741fd51871261550925e Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Wed, 24 Aug 2005 15:15:23 +0000 Subject: SwitchTower: use a timestamp as the release name, instead of the revision number. Various tweaks and fixes to the supported scm modules. git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2046 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- switchtower/test/configuration_test.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'switchtower/test/configuration_test.rb') diff --git a/switchtower/test/configuration_test.rb b/switchtower/test/configuration_test.rb index 2ec299ab6d..ecbc0a5607 100644 --- a/switchtower/test/configuration_test.rb +++ b/switchtower/test/configuration_test.rb @@ -18,7 +18,6 @@ class ConfigurationTest < Test::Unit::TestCase class MockSCM attr_reader :configuration - attr_accessor :latest_revision def initialize(config) @configuration = config @@ -184,8 +183,7 @@ class ConfigurationTest < Test::Unit::TestCase def test_release_path_implicit @config.set :deploy_to, "/start/of/path" - @config.source.latest_revision = 2257 - assert_equal "/start/of/path/releases/2257", @config.release_path + assert_equal "/start/of/path/releases/#{@config.now.strftime("%Y%m%d%H%M%S")}", @config.release_path end def test_release_path_explicit -- cgit v1.2.3