mirror of
https://github.com/plashchynski/crono.git
synced 2026-04-18 15:10:00 +02:00
Add Schedule
This commit is contained in:
@@ -2,9 +2,9 @@ require "spec_helper"
|
||||
|
||||
describe Crono::Config do
|
||||
describe "#initialize" do
|
||||
it "should initialize schedule with an empty array" do
|
||||
it "should initialize schedule" do
|
||||
@config = Crono::Config.instance
|
||||
expect(@config.schedule).to eql([])
|
||||
expect(@config.schedule).to be_a(Crono::Schedule)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user