about summary refs log tree commit diff
path: root/spec/lib/ostatus/atom_serializer_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/lib/ostatus/atom_serializer_spec.rb')
-rw-r--r--spec/lib/ostatus/atom_serializer_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/lib/ostatus/atom_serializer_spec.rb b/spec/lib/ostatus/atom_serializer_spec.rb
index 0bd22880e..3bc4b7efb 100644
--- a/spec/lib/ostatus/atom_serializer_spec.rb
+++ b/spec/lib/ostatus/atom_serializer_spec.rb
@@ -880,7 +880,7 @@ RSpec.describe OStatus::AtomSerializer do
 
       ProcessInteractionService.new.call(envelope, block.target_account)
 
-      expect{ block.reload }.to raise_error ActiveRecord::RecordNotFound
+      expect { block.reload }.to raise_error ActiveRecord::RecordNotFound
     end
   end