pulsar/spec/fixtures/task-handler-with-deprecations.coffee

5 lines
85 B
CoffeeScript
Raw Permalink Normal View History

{deprecate} = require 'grim'
2015-02-19 22:16:50 +03:00
deprecate('Fake task deprecation')
2015-02-19 22:16:50 +03:00
module.exports = ->