lita-onewheel-wolfram-alpha 0.1.4 → 0.1.5
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b657daf55293d895a361385026aea9c44f284950
|
4
|
+
data.tar.gz: 562c7f5e963512d5bdaad7cbe13e9b15487560f1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 224bc7f084825a9f058f2a49547159505d360c9267a885e61e979e15d436d882cd0ca72fe783cb4c3999685d9d5101e8aef684d5e96d1ae33e0823e24f497fb6
|
7
|
+
data.tar.gz: f24fd22081ad0959df99d21f215832d4685e3acf53286a82ab28172feb1c9d3eca9ffdcb6d0292bc771e0952afd893cd135c62b928920aa39cd055600516e5e8
|
@@ -28,7 +28,7 @@ describe Lita::Handlers::OnewheelWolframAlpha, :lita_handler => true do
|
|
28
28
|
it 'will fail gracefully' do
|
29
29
|
mock_fixture('boopadoop')
|
30
30
|
send_command 'alpha boopadoop'
|
31
|
-
expect(replies.last).to
|
31
|
+
expect(replies.last).to include('Wolfram couldn\'t parse boopadoop.')
|
32
32
|
end
|
33
33
|
|
34
34
|
it 'will print plot for mathy things' do
|