summaryrefslogtreecommitdiff
path: root/HTTP-TESTING
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2015-02-18 06:50:11 +0000
committerSteve Kemp <steve@steve.org.uk>2015-02-18 06:50:11 +0000
commite5409a45b414f7fdc637ddc73cb6ca82aa3da083 (patch)
treeea517ac271ea7f9914d7ce0268810d5aaa429ecc /HTTP-TESTING
parent1665312661bc789edec360dc9bbdac990b3c2abf (diff)
Moved the list of dependencies to the README file.
We only have two dependencies: * The curb-gem for HTTP-testing. * A queue-related gem, be it beanstalkd or redis.
Diffstat (limited to 'HTTP-TESTING')
-rw-r--r--HTTP-TESTING14
1 files changed, 0 insertions, 14 deletions
diff --git a/HTTP-TESTING b/HTTP-TESTING
deleted file mode 100644
index 492a222..0000000
--- a/HTTP-TESTING
+++ /dev/null
@@ -1,14 +0,0 @@
-
-To avoid issues with timeouts we've written our HTTP/HTTPS protocol testers using
-the curb rubgem.
-
-Upon a Debian GNU/Linux system this may be installed via:
-
- apt-get install build-essential libcurl4-gnutls-dev rubygems1.8
- gem install curb
-
-If you prefer to install from source you can find the project code
-hosted on github:
-
- https://github.com/taf2/curb
-