botspec 0.4.19 → 0.4.20

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7aecd33a3a9fb0a304b5afd0e1231b218652bc4f
4
- data.tar.gz: cb2e2f2642a5582a54bdf526eb1138412a04dd81
3
+ metadata.gz: c354d8d479f049dfdf560d63456c0f1b6894c004
4
+ data.tar.gz: c12b2ce6a8b7633908ae9fcb202d1b44c1efc1ea
5
5
  SHA512:
6
- metadata.gz: cfa5a24136329743f91307f9cec4dc8959748a2feefc91f690abc814c48facb30b39d776c12f711cdc008981c9ed46e57117a173bb8f6629a0f50a9f1ac19e36
7
- data.tar.gz: 21a35b6365fa62adb5d8422e3301a6cf90a81ba433eb6ed34fb76b8c5007b7aff5609bff4d0fecbeebe1de0392cf119ad7fbc4b190707582e5845b48ebc8cbe6
6
+ metadata.gz: 6320216164c568f5e09fac8c6d361d056992c3800b94425c4b55487a750fed7966c2af183ae3c1d64d967c0d63b354643cb9aea393d2c9e2c0335dc5cc52df21
7
+ data.tar.gz: 90a9e1b40b48c4d5f2d76217d2def1c293e00f4f8b9abcf62d0afc44c966794c8b47f52889b04dac3ce81dc449798de26d3e06bef5c5dd301ea05c09a6865fc1
data/.circleci/config.yml CHANGED
@@ -66,7 +66,7 @@ workflows:
66
66
  requires:
67
67
  - build
68
68
  filters:
69
- branches:
70
- only:
71
- - master
69
+ tags:
70
+ only: /^v.*/
71
+
72
72
 
data/README.md CHANGED
@@ -2,7 +2,25 @@
2
2
 
3
3
  [![CircleCI](https://circleci.com/gh/elliottmurray/botspec/tree/master.svg?style=svg)](https://circleci.com/gh/elliottmurray/botspec/tree/master)
4
4
 
5
- Making specs for your bot that can be run in your build pipeline.
5
+ Making specs for your bot that can be run in your build pipeline. So that you can run some tests against your deployed bot to ensure it has deployed as you expect. Example
6
+ ```yaml
7
+
8
+ description: "simple specs tests"
9
+
10
+ dialogs:
11
+ - what: "simple flower test"
12
+ dialog:
13
+ - "I would like to order some flowers"
14
+ - "What type of flowers would you like to order?"
15
+ - "Tulips"
16
+ - "What day do you want the Tulips to be picked up?"
17
+ - "20th December"
18
+ - "Pick up the Tulips at what time on .*-12-20?"
19
+ - "noon"
20
+ - "Okay, your Tulips will be ready for pickup by 12:00 on .*-12-20. Does this sound okay?"
21
+ - "yes"
22
+
23
+ ```
6
24
 
7
25
  ## Installation
8
26
 
@@ -1,3 +1,3 @@
1
1
  module Botspec
2
- VERSION = "0.4.19"
2
+ VERSION = "0.4.20"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: botspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.19
4
+ version: 0.4.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elliott Murray
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-01 00:00:00.000000000 Z
11
+ date: 2019-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rspec