summaryrefslogtreecommitdiff
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
parent92fd1c2c3e3331ddac8d843f47b7f072146088cc (diff)
downloadnet-ssh-793eaf6b019960af4ffa1afcabeb10029480cf29.tar.gz
enhance readme
-rw-r--r--README.md2
-rw-r--r--test/README.txt18
2 files changed, 1 insertions, 19 deletions
diff --git a/README.md b/README.md
index 42b82b1..46cda07 100644
--- a/README.md
+++ b/README.md
@@ -217,7 +217,7 @@ Run a single test file like this:
ruby -Ilib -Itest test/transport/test_server_version.rb
```
-To run integration tests see test/integration/README.txt
+To run integration tests see [here](test/integration/README.txt)
### BUILDING GEM
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