mirror of
https://github.com/plashchynski/crono.git
synced 2026-07-03 03:21:33 +02:00
Move TestJob to spec_helper.rb
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
require 'spec_helper'
|
||||
|
||||
class TestJob
|
||||
def perform
|
||||
end
|
||||
end
|
||||
|
||||
describe Crono::Scheduler do
|
||||
before(:each) do
|
||||
@scheduler = Crono::Scheduler.new
|
||||
|
||||
Reference in New Issue
Block a user