Add more tests for AtomSerializer (#2096)
This commit is contained in:
parent
0d6c1e9cba
commit
6bd1019235
2 changed files with 185 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue