class IntegrationTestKit::Registry

Public Instance Methods

command(name, &block) click to toggle source
# File lib/integration_test_kit/registry.rb, line 5
def command(name, &block)
  IntegrationTestKit.commands[name.to_sym] = block
end