module BlueprintAgreement

BluePrintAgreement ==================================

----------- ------------------- ----------------- | Minitest | | BlueprintAgreement| |Node Environment | ----——+ ---------———+ -----------------

  |                          |                                |
  |    shall_agree_with      |                                |
  +------------------------> |    /documentation_endpoint     |
  |                          +------------------------------> |
  |                          |                                |
  |                          |                                |
  |                          |                                |
  |                          |          <response>            |
  |                          | <----------------------------+ |
  |                          |                                |
  |       assert_equal       |                                |
  | <------------------------+                                |
  |                          |                                |
  |                          |                                |
  |                          |                                |
  |                          |                                |
  |                          |                                |
  |                          |                                |
+-+-+                     +--+--+                           +-+-+

Constants

VERSION

Attributes

configuration[W]

Public Class Methods

configuration() click to toggle source
# File lib/blueprint_agreement.rb, line 49
def configuration
  @configuration ||= Configuration.new
end
configure() { |configuration| ... } click to toggle source
# File lib/blueprint_agreement.rb, line 45
def configure
  yield configuration
end