UNPKG

322 Btext/coffeescriptView Raw
1
2describe 'hubot-bitbucket-pullrequests', ->
3
4 describe 'respond to command', ->
5 it 'respond to `hubot list pull-requests`'
6 it 'respond to `hubot list pull-requests for <repository>`'
7
8 describe 'connect to bitbucket api', ->
9 it 'responds with all pull requests'
10 it 'responds with selected pull request'