Rename work dates to planned dates

This commit is contained in:
2019-11-03 12:06:24 +03:00
parent 991396f68c
commit e236a1bdac
3 changed files with 6 additions and 6 deletions

View File

@ -2,7 +2,7 @@ require "./spec_helper"
describe Dayoff do
it "can calc work hours" do
app = Dayoff::App.new("./spec/data/work-dates.json")
app = Dayoff::App.new("./spec/data/planned-dates.json")
app.get_work_hours.should eq 20
end
end