Class: Completely::Commands::Test

Inherits:
Base
  • Object
show all
Defined in:
lib/completely/commands/test.rb

Instance Method Summary collapse

Methods inherited from Base

environment_config_path, environment_debug, option_function, param_config_path

Instance Method Details

#runObject



25
26
27
# File 'lib/completely/commands/test.rb', line 25

def run
  puts tester.test(compline).join "\n"
end