Class: LastHit::Cli

Inherits:
Thor
  • Object
show all
Includes:
Thor::Actions
Defined in:
lib/last_hit/cli.rb

Instance Method Summary collapse

Instance Method Details

#all_testsObject



14
15
16
# File 'lib/last_hit/cli.rb', line 14

def all_tests
  LastHit.all_tests(options[:base])
end

#modified_testsObject



8
9
10
# File 'lib/last_hit/cli.rb', line 8

def modified_tests
  LastHit.modified_tests
end