diff --git a/spec/services/full_calendar_formatter_spec.rb b/spec/services/full_calendar_formatter_spec.rb index 525af045..065527b6 100644 --- a/spec/services/full_calendar_formatter_spec.rb +++ b/spec/services/full_calendar_formatter_spec.rb @@ -63,6 +63,7 @@ describe FullCalendarFormatter do textColor: 'white' } ].to_json + expect(resources).to eq(expected_json) end end