mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-23 09:18:44 +02:00
Cleanup and get rspec to run again
This commit is contained in:
@@ -1,5 +1,11 @@
|
||||
require 'spec_helper'
|
||||
|
||||
class TestJob
|
||||
def perform
|
||||
puts 'Test!'
|
||||
end
|
||||
end
|
||||
|
||||
describe Crono::Scheduler do
|
||||
let(:scheduler) { Crono::Scheduler.new }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user