diff options
author | Jamis Buck <jamis@37signals.com> | 2005-08-30 20:53:32 +0000 |
---|---|---|
committer | Jamis Buck <jamis@37signals.com> | 2005-08-30 20:53:32 +0000 |
commit | 6b1864a048ffb9343d4658ec11c32494d7f038db (patch) | |
tree | 6c1ad3f9131d644afab6cc6188001cfb73775e33 /switchtower/test/fixtures | |
parent | bb7f60ca1cd191fd775fef261b4d2bc7af223604 (diff) | |
download | rails-6b1864a048ffb9343d4658ec11c32494d7f038db.tar.gz rails-6b1864a048ffb9343d4658ec11c32494d7f038db.tar.bz2 rails-6b1864a048ffb9343d4658ec11c32494d7f038db.zip |
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
Diffstat (limited to 'switchtower/test/fixtures')
-rw-r--r-- | switchtower/test/fixtures/config.rb | 5 |
1 files changed, 0 insertions, 5 deletions
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 |