diff options
author | TomSweeneyRedHat <tsweeney@redhat.com> | 2018-02-01 14:13:52 -0500 |
---|---|---|
committer | Atomic Bot <atomic-devel@projectatomic.io> | 2018-02-08 22:14:36 +0000 |
commit | bf981fc8738ec5910efd54117677f8eacb7ca37e (patch) | |
tree | 06492feee03c3449ad6721670ff101127f992706 /test/README.md | |
parent | 9e3a5da69d69df223b9f9b8116ad536de3dcb791 (diff) | |
download | podman-bf981fc8738ec5910efd54117677f8eacb7ca37e.tar.gz podman-bf981fc8738ec5910efd54117677f8eacb7ca37e.tar.bz2 podman-bf981fc8738ec5910efd54117677f8eacb7ca37e.zip |
Update pause tests per QE suggestions and move to gingko
Signed-off-by: TomSweeneyRedHat <tsweeney@redhat.com>
Closes: #285
Approved by: mheon
Diffstat (limited to 'test/README.md')
-rw-r--r-- | test/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/README.md b/test/README.md index 78fb52cab..26d7a5444 100644 --- a/test/README.md +++ b/test/README.md @@ -14,7 +14,7 @@ The dependencies for integration really consists of three things: The following instructions assume your GOPATH is ~/go. Adjust as needed for your environment. -### Installing ginko +### Installing ginkgo Fetch and build ginkgo with the following command: ``` GOPATH=~/go go get -u github.com/onsi/ginkgo/ginkgo |