# File lib/guard/rspec.rb, line 27
    def start
      Compat::UI.info "Guard::RSpec is running"
      run_all if options[:all_on_start]
    end