class Guard::RSpec::Inspectors::FocusedInspector

def failed(locations)

def failed(locations)
  if locations.empty?
    @focused_locations = []
  elsif focused_locations.empty?
    @focused_locations = locations
  end
end