describe 'Slow A', :focus do
  it { sleep 1 }
  it { sleep 0.1 }
  it { sleep 0.5 }
end
