esl / MongoosePush

MongoosePush is a simple Elixir RESTful service allowing to send push notification via FCM and/or APNS.
Apache License 2.0
108 stars 24 forks source link

refactor api_v*_notification_controller tests #173

Closed leszke closed 4 years ago

leszke commented 4 years ago

Here I introduce some quick refactor of the test suites developed while incorporating OpenApiSpex to the project, originally proposed by @aleklisi in #168. Since these changes has been interfering with the ones from #172, decreasing their readability, I decided to extract them to the separate PR.