ruby-rbot / rbot

The Ruby IRC Bot.
https://ruby-rbot.github.io/
Other
63 stars 19 forks source link

Add http client fixtures or integration testing #38

Open mattzque opened 4 years ago

mattzque commented 4 years ago

We could add plugin tests for plugins that use the web client by either adding web response fixtures or by doing integration testing and running the tests against their web sites directly.

Probably want to allow for both.