public function it_sums_the_hours_of_its_openings()
 {
     $this->addOpening(new Opening(['day' => BusinessTime::TUESDAY, 'time' => '08:00', 'length' => BusinessTime::hoursToSeconds(4.5)]));
     $this->workingHours()->shouldReturn(12.5);
 }