diff --git a/spec/lib/time_zone_schedule_converter_spec.rb b/spec/lib/time_zone_schedule_converter_spec.rb index 1f8b7324..9e4dbb7c 100644 --- a/spec/lib/time_zone_schedule_converter_spec.rb +++ b/spec/lib/time_zone_schedule_converter_spec.rb @@ -80,7 +80,7 @@ let(:hour) { 0 } let(:adjusted_hour) { 24 + to_zone_offset } - it 'returns the adjusted hour and previous day(s)' do + it 'returns the adjusted hour and previous day(s)' do expect(subject).to eq( days: %w[Sat Tue Fri], hour: adjusted_hour