What extras are available?

Standard config options

Standalone

  • CS alias - makes CS available as a shorthand for ConvenientService.

    require "convenient_service/extras/alias"
  • RSpec extensions - loads RSpec matchers and helpers for testing CS services.

    require "convenient_service/extras/rspec"

See also