This website works better with JavaScript.
Home
Explore
Help
Sign In
larke12
/
slack-pixiv-bot
Watch
1
Star
0
Fork
0
Code
Issues
4
Pull Requests
Projects
Releases
Wiki
Activity
Browse Source
No need for the VCR K7s.
master
dblock
9 years ago
parent
87b88dc798
commit
5265da57d2
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
spec/slack-mathbot/commands/calculate_spec.rb
+1
-1
spec/slack-mathbot/commands/unknown_spec.rb
+ 1
- 1
spec/slack-mathbot/commands/calculate_spec.rb
View File
@ -1,6 +1,6 @@
require
'spec_helper'
describe
SlackMathbot
::
Commands
::
Calculate
,
vcr
:
{
cassette_name
:
'user_info'
}
do
describe
SlackMathbot
::
Commands
::
Calculate
do
def
app
SlackMathbot
::
App
.
new
end
+ 1
- 1
spec/slack-mathbot/commands/unknown_spec.rb
View File
@ -1,6 +1,6 @@
require
'spec_helper'
describe
SlackRubyBot
::
Commands
::
Unknown
,
vcr
:
{
cassette_name
:
'user_info'
}
do
describe
SlackRubyBot
::
Commands
::
Unknown
do
def
app
SlackMathbot
::
App
.
new
end
Write
Preview
Loading…
Cancel
Save