botspec 0.4.18 → 0.4.19
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Dockerfile +2 -1
- data/README.md +1 -1
- data/lib/botspec/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7aecd33a3a9fb0a304b5afd0e1231b218652bc4f
|
|
4
|
+
data.tar.gz: cb2e2f2642a5582a54bdf526eb1138412a04dd81
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cfa5a24136329743f91307f9cec4dc8959748a2feefc91f690abc814c48facb30b39d776c12f711cdc008981c9ed46e57117a173bb8f6629a0f50a9f1ac19e36
|
|
7
|
+
data.tar.gz: 21a35b6365fa62adb5d8422e3301a6cf90a81ba433eb6ed34fb76b8c5007b7aff5609bff4d0fecbeebe1de0392cf119ad7fbc4b190707582e5845b48ebc8cbe6
|
data/Dockerfile
CHANGED
data/README.md
CHANGED
|
@@ -60,7 +60,7 @@ Should create a changelog record
|
|
|
60
60
|
## Docker
|
|
61
61
|
You can run the command with:
|
|
62
62
|
```
|
|
63
|
-
docker run -e AWS_REGION -e AWS_PROFILE -v $HOME/.aws/credentials:/root/.aws/credentials:ro -v `pwd`/specs:/app/bot/specs -it elliottmurray/botspec
|
|
63
|
+
docker run -e AWS_REGION -e AWS_PROFILE -v $HOME/.aws/credentials:/root/.aws/credentials:ro -v `pwd`/specs:/app/bot/specs -it elliottmurray/botspec botspec verify -n <botname> -f <relative path to fixture>
|
|
64
64
|
```
|
|
65
65
|
|
|
66
66
|
Assuming you are in your project root directory and your specs are in the corresponding specs folder
|
data/lib/botspec/version.rb
CHANGED