ConradIrwin / pry-rescue

Start a pry session whenever something goes wrong.
MIT License
848 stars 49 forks source link

Update tests to use new expect syntax #105

Closed epergo closed 7 years ago

epergo commented 7 years ago

Hello!!

I've started working on #89 and when launching tests I've been getting a lot of warnings about deprecated rspec expectation method should in favor of expect

So I've updated tests to use new expectacion method expect

ConradIrwin commented 7 years ago

Thanks!