lita-onewheel-baileys 3.3.0 → 3.4.0
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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 1b4030c73a29f11bfc4d9ab88f1322556f72d044
|
4
|
+
data.tar.gz: 519cd61841d9cfc846d96437af7403a3b31a54f6
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: dba29a396e1443c206dc64da0e8a3d51de291b4bbdf0903b9c79983dccaa2ad627b1952bba182052c878cfd78bb5e434a48bfdf6561fc385d630b1729eb57995
|
7
|
+
data.tar.gz: b9a71b1ce256b06e99bad8576cdfb655599c0c198c8171172f7ff35faefc954211ad1f297d67ff2a01ef53bbdb5f0dae2be152b147cf092eb3fbb2e2a996fca6
|
@@ -90,4 +90,9 @@ describe Lita::Handlers::OnewheelBaileys, lita_handler: true do
|
|
90
90
|
expect(replies.count).to eq(1)
|
91
91
|
expect(replies.last).to include("Bailey's tap")
|
92
92
|
end
|
93
|
+
|
94
|
+
it 'searches with a space' do
|
95
|
+
send_command 'taps zeus juice'
|
96
|
+
expect(replies.last).to eq("Bailey's tap 8) Fat Head’s Zeus Juice - Belgian Strong Blonde 10.0%, 4oz - $2 | 12oz - $4 | 32oz Crowler - $9, 44% remaining")
|
97
|
+
end
|
93
98
|
end
|