about summary refs log tree commit diff
path: root/spec/spec_helper.rb
diff options
context:
space:
mode:
authorEugen <eugen@zeonfederated.com>2017-04-18 22:30:17 +0200
committerGitHub <noreply@github.com>2017-04-18 22:30:17 +0200
commit6bd101923567a7302c2b734317791f941ce53cdf (patch)
tree93a07c78ed4037cafd202e2755b71d1d9c78c5f9 /spec/spec_helper.rb
parent0d6c1e9cbae70276b1b0d545b587edb2bdf08562 (diff)
Add more tests for AtomSerializer (#2096)
Diffstat (limited to 'spec/spec_helper.rb')
-rw-r--r--spec/spec_helper.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index aa180a387..2bc462121 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -21,10 +21,6 @@ RSpec.configure do |config|
     end
   end
 
-  config.before :each do
-    stub_request(:post, 'https://fcm.googleapis.com/fcm/send').to_return(status: 200, body: '')
-  end
-
   config.after :suite do
     FileUtils.rm_rf(Dir["#{Rails.root}/spec/test_files/"])
   end