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

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

Instance Method Summary collapse

Instance Method Details

#runObject



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

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

#tests_uncachedObject



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

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