Divide code

This commit is contained in:
2019-11-04 19:59:55 +03:00
parent a6d68967f7
commit b5e7e61d64
7 changed files with 142 additions and 158 deletions

View File

@ -8,7 +8,7 @@ module Dayoff::Test
Time.local(2019, 1, day, hour, min, location: location)
end
describe Dayoff do
describe Profile do
it "can calc work hours" do
storage = MemoryStorage.new
storage.set_work_records [

View File

@ -1,2 +1,2 @@
require "spec"
require "../src/dayoff"
require "../src/**"