class TestPrompt
Public Class Methods
new(*args)
click to toggle source
Calls superclass method
# File lib/redmine-installer/spec/spec.rb, line 24 def initialize(*args) super @enabled_color = false @pastel = Pastel.new(enabled: false) end