Class: TestPrompt
- Defined in:
- lib/redmine-installer/spec/spec.rb
Instance Method Summary collapse
-
#initialize(*args) ⇒ TestPrompt
constructor
A new instance of TestPrompt.
Constructor Details
#initialize(*args) ⇒ TestPrompt
Returns a new instance of TestPrompt.
24 25 26 27 28 |
# File 'lib/redmine-installer/spec/spec.rb', line 24 def initialize(*args) super @enabled_color = false @pastel = Pastel.new(enabled: false) end |