BecaLParker / airport_challenge

Fly!
Other
0 stars 0 forks source link

ATC needs to prevent takeoff when weather == stormy #6

Closed BecaLParker closed 3 years ago

BecaLParker commented 3 years ago
BecaLParker commented 3 years ago

https://github.com/BecaLParker/airport_challenge/commit/c755a21d4ece21ec78481dff527a2685fc774de2

Dealing with this, I realised that the unit tests I'd previously written in Rpsec for checks_weather and lands_planes methods are not in fact properly testing for the expected output in stormy conditions. I'll add another issue to resolve that.