Class: Ehbrs::Tools::Runner::Self::Test

Inherits:
Object
  • Object
show all
Defined in:
lib/ehbrs/tools/runner/self/test.rb

Instance Method Summary collapse

Instance Method Details

#runObject



16
17
18
# File 'lib/ehbrs/tools/runner/self/test.rb', line 16

def run
  fatal_error 'Some test did not pass' unless tests.ok?
end

#tests_uncachedObject



20
21
22
# File 'lib/ehbrs/tools/runner/self/test.rb', line 20

def tests_uncached
  ::EacRubyGemsUtils::Tests::Multiple.new(::Ehbrs::Gems.all)
end