Module: Inquirer::SpecHelpers::All

Includes:
Inquirer
Defined in:
lib/inquirer/spec_helpers.rb

Overview

Module All

Constant Summary

Constants included from Inquirer

VERSION

Class Method Summary collapse

Methods included from Inquirer

#prompt, #use_inquirer

Class Method Details

.extended(example_group) ⇒ Object



61
62
63
# File 'lib/inquirer/spec_helpers.rb', line 61

def self.extended(example_group)
  example_group.use_inquirer(example_group, with: :all)
end

.included(example_group) ⇒ Object



65
66
67
# File 'lib/inquirer/spec_helpers.rb', line 65

def self.included(example_group)
  example_group.extend self
end