class TestBench::Bootstrap::Failure

Public Class Methods

build() click to toggle source
# File lib/test_bench/bootstrap.rb, line 219
def self.build
  new(1, "TestBench::Bootstrap is aborting")
end