David Mann
David Mann
it is broken since this project is not maintained anymore, if you fix it you can create a pull request
also we need a smart way to handle button clicks ...hmmm


maybe something like ```ruby send_and_expect_answer "Hi bot!", "Hi Human!" #or send_text_expect_text "Hi bot!", "Hi Human!" send_text_expect_image "Hi bot!", "http://host.com/img.png" send_audio_expect_audio "http://host.com/img.mp3", "http://host.com/img.mp3" ```
hmm interesting - could it be auto started with bundle exec rspec ? for now I use webmock --> https://github.com/davidmann4/botstack/commit/18ea589fe26637f79287a9c17a963f406fe1c958
can you link the newest expose code?
pullrequest!
:+1: great idea!
@Elite01 what is missing here? maybe I can contribute..