Exception: BigBench::Runner::NoBenchmarksDefined

Inherits:
StandardError
  • Object
show all
Defined in:
lib/bigbench/runner.rb

Overview

Is thrown when no benchmarks are defined

Instance Method Summary collapse

Instance Method Details

#messageObject



9
10
11
# File 'lib/bigbench/runner.rb', line 9

def message
  "Sorry, I couldn't find any benchmarks!"
end