Module: BoltRb::Testing

Defined in:
lib/bolt_rb/testing.rb,
lib/bolt_rb/testing/rspec_helpers.rb,
lib/bolt_rb/testing/payload_factory.rb

Overview

Testing utilities for BoltRb applications

This module provides helpers for writing tests for Slack handlers, including payload factories and RSpec integration.

Examples:

Basic setup in spec_helper.rb

require 'bolt_rb/testing'

RSpec.configure do |config|
  config.include BoltRb::Testing::RSpecHelpers
end

Defined Under Namespace

Modules: RSpecHelpers Classes: PayloadFactory