# File karel/assertions.rb, line 66
  def assert_not_running()
    raise "Robot is running" if running?()
  end