slack-ruby-client
slack-ruby-client copied to clipboard
Config option to prevent sending messages
This would be ideal for testing and local development. Similar to perform_deliveries in Action Mailer (http://api.rubyonrails.org/classes/ActionMailer/Base.html)
For testing I feel like webmock does a better job. For real-time support it's trickier. Maybe writing an echo server that can run locally?