Rename to Crono

This commit is contained in:
Dzmitry Plashchynski
2015-03-03 13:51:40 +02:00
parent 6b185c44ac
commit 3652e9525a
18 changed files with 45 additions and 45 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
require "spec_helper"
describe Periodicity::Config do
describe Crono::Config do
describe "#initialize" do
it "should initialize schedule with an empty array" do
@config = Periodicity::Config.instance
@config = Crono::Config.instance
expect(@config.schedule).to eql([])
end
end