BecaLParker / airport_challenge

Fly!
Other
0 stars 0 forks source link

ATC needs to know whether airport == full #8

Closed BecaLParker closed 3 years ago

BecaLParker commented 3 years ago
BecaLParker commented 3 years ago

feature test: weather = Weather.new atc = ATC.new(weather) atc.port_full? => true/false

No unit test needed as this is a private predicate method, so tested within other unit tests. https://github.com/BecaLParker/airport_challenge/commit/67fd17d8798c54f8ba477c5fb31b84a844ecf2e8