summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFlorian Wininger <fw.centrale@gmail.com>2022-04-12 08:55:16 +0200
committerFlorian Wininger <fw.centrale@gmail.com>2022-04-12 09:11:22 +0200
commit793eaf6b019960af4ffa1afcabeb10029480cf29 (patch)
treee93a70f791c258ed8764073d174e132e68a05100 /test
parent92fd1c2c3e3331ddac8d843f47b7f072146088cc (diff)
downloadnet-ssh-793eaf6b019960af4ffa1afcabeb10029480cf29.tar.gz
enhance readme
Diffstat (limited to 'test')
-rw-r--r--test/README.txt18
1 files changed, 0 insertions, 18 deletions
diff --git a/test/README.txt b/test/README.txt
deleted file mode 100644
index 17e1dcb..0000000
--- a/test/README.txt
+++ /dev/null
@@ -1,18 +0,0 @@
-RUNNING TESTS
-
-Run the test suite from the net-ssh directory with the following command:
-
- ruby -Ilib -Itest test/test_all.rb
-
-Run a single test file like this:
-
- ruby -Ilib -Itest test/transport/test_server_version.rb
-
-EXPECTED RESULTS
-
- https://travis-ci.org/net-ssh/net-ssh/
-
-INTEGRATION TESTS
-
- brew install ansible ; ansible-galaxy install rvm.ruby ; vagrant up ; vagrant ssh
- cd /net-ssh ; rake integration-test