lita-onewheel-beer-pints 0.0.4 → 0.0.5
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: 328cb7e5c4e2c416dcd3c3d6d7d51f50b9653b61
|
4
|
+
data.tar.gz: 58a80df44d191788836ae4e83b98f335a5aaded0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4189426720a6434b91128b8524d77b9527ca5c1a226a819ffef5f6a84a6d8e8da841999339f2b6dc098a874a2585ba213594ed733c27ca00c732e3bd3c5a632b
|
7
|
+
data.tar.gz: 5470b320b822e9670963c368518d8b84f2d38133d00c640607e4b0fd9edb1565ce683e93cf89bdf99e56a00434deba763010731c73271ba317b5d9873337af64
|
@@ -17,7 +17,7 @@ describe Lita::Handlers::OnewheelBeerPints, lita_handler: true do
|
|
17
17
|
|
18
18
|
it 'shows the taps' do
|
19
19
|
send_command 'pints'
|
20
|
-
expect(replies.last).to include("Pints taps: 1) Brick House Blonde 5.0% 2) Seismic IPA 6.2% 3) Rip Saw Red 6.5% 4) Steel Bridge Stout")
|
20
|
+
expect(replies.last).to include("Pints taps: 1) Brick House Blonde - 5.0% 2) Seismic IPA - 6.2% 3) Rip Saw Red - 6.5% 4) Steel Bridge Stout")
|
21
21
|
end
|
22
22
|
|
23
23
|
it 'displays details for tap brick' do
|