about summary refs log tree commit diff
path: root/spec/services/bootstrap_timeline_service_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/services/bootstrap_timeline_service_spec.rb')
-rw-r--r--spec/services/bootstrap_timeline_service_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/services/bootstrap_timeline_service_spec.rb b/spec/services/bootstrap_timeline_service_spec.rb
index 16f3e9962..670ac652f 100644
--- a/spec/services/bootstrap_timeline_service_spec.rb
+++ b/spec/services/bootstrap_timeline_service_spec.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
 require 'rails_helper'
 
 RSpec.describe BootstrapTimelineService, type: :service do
@@ -32,6 +34,5 @@ RSpec.describe BootstrapTimelineService, type: :service do
         expect(service).to_not have_received(:call)
       end
     end
-
   end
 end