jonbarksdale

Results 2 issues of jonbarksdale

Steps to reproduce: 1. add (edit-server-start) to your config file, so it loads on Emacs startup 2. restart your computer with no apps open 3. start emacs prior to starting...

``` groovy def beatIt = { def result = (it >= now) Thread.sleep(1) now = System.currentTimeMillis() return result } when: task.execute(context) then: 1 * loggingService.startJob(job, _, beatIt) >> jobExec //...

help wanted
component:docs