0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00
ghost/core/test/unit/adapters/scheduling
Rish b122b683f4 🏗 Removed reschedule method from scheduling adapter
no issue

We changed `reschedule` event to trigger adapter's `unschedule` and  `schedule` methods since we now generate separate tokens(urls) for consistency as two different url(token) is needed to complete the reschedule functionality.
2019-11-27 13:38:30 +05:30
..
post-scheduling ⚠️ Skiped Scheduler initialization logic and it's tests 2019-09-11 18:27:57 +02:00
index_spec.js Bumped sinon from 4.4.6 to 7.3.2 (#10400) 2019-01-21 17:53:44 +01:00
SchedulingDefault_spec.js 🏗 Removed reschedule method from scheduling adapter 2019-11-27 13:38:30 +05:30
utils_spec.js