Class: Pedant::CommandTest

Inherits:
Command
  • Object
show all
Defined in:
lib/pedant/commands/test.rb

Class Method Summary collapse

Methods inherited from Command

all, banner, find, inherited, initialize!

Class Method Details

.bindingObject



29
30
31
# File 'lib/pedant/commands/test.rb', line 29

def self.binding
  'test'
end

.run(cfg, args) ⇒ Object



33
34
35
# File 'lib/pedant/commands/test.rb', line 33

def self.run(cfg, args)
  Test.initialize!(args)
end