From 6b1864a048ffb9343d4658ec11c32494d7f038db Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Tue, 30 Aug 2005 20:53:32 +0000 Subject: Move switchtower to the tools directory, to decouple it from rails git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2074 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- switchtower/test/fixtures/config.rb | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 switchtower/test/fixtures/config.rb (limited to 'switchtower/test/fixtures') diff --git a/switchtower/test/fixtures/config.rb b/switchtower/test/fixtures/config.rb deleted file mode 100644 index 0570980bd8..0000000000 --- a/switchtower/test/fixtures/config.rb +++ /dev/null @@ -1,5 +0,0 @@ -set :application, "foo" -set :repository, "1/2/#{application}" -set :gateway, "#{__FILE__}.example.com" - -role :web, "www.example.com", :primary => true -- cgit v1.2.3