summaryrefslogtreecommitdiff
path: root/test/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/README.txt')
-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