0
0
Fork 0

Add more tests for AtomSerializer (#2096)

This commit is contained in:
Eugen 2017-04-18 22:30:17 +02:00 committed by GitHub
parent 0d6c1e9cba
commit 6bd1019235
2 changed files with 185 additions and 4 deletions

View file

@ -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