Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'spec/workers/mail/liked_spec.rb')
-rw-r--r--spec/workers/mail/liked_spec.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/spec/workers/mail/liked_spec.rb b/spec/workers/mail/liked_spec.rb
index 7ab94586a..565305937 100644
--- a/spec/workers/mail/liked_spec.rb
+++ b/spec/workers/mail/liked_spec.rb
@@ -1,3 +1,5 @@
+# frozen_string_literal: true
+
describe Workers::Mail::Liked do
describe "#perform" do
it "should call .deliver_now on the notifier object" do