turingschool-examples / ruby-exercises

A collection of exercises to practice various aspects of Ruby
MIT License
237 stars 766 forks source link

Update assert_equal nil to assert_nil() #64

Closed brian-greeson closed 4 years ago

brian-greeson commented 4 years ago

Minitest warns that assert_equal nil is depreciated and recommends using assert_nil() for compatibility with Minitest 6