class Guard::RSpec
def run_on_modifications(paths)
def run_on_modifications(paths) return false if paths.empty? _throw_if_failed { runner.run(paths) } end
def run_on_modifications(paths) return false if paths.empty? _throw_if_failed { runner.run(paths) } end