Class: Bloc::Command::Test

Inherits:
Object
  • Object
show all
Defined in:
lib/bloc/command/test.rb

Class Method Summary collapse

Class Method Details

.run(*args) ⇒ Object



4
5
6
7
# File 'lib/bloc/command/test.rb', line 4

def self.run(*args)
  manifest = Manifest.parse
  results = Runner.run(manifest.chapters.first.command)
end