From fdfa540a658b1a9abb6acc8310aa723353e6039b Mon Sep 17 00:00:00 2001 From: Jimmy Date: Fri, 30 Apr 2021 16:48:15 +0800 Subject: [PATCH] [style]Fix style --- spec/services/full_calendar_formatter_spec.rb | 1 + 1 file changed, 1 insertion(+) 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