nikhaldi / exception_notification-rake

Sends mail upon failures in Rake tasks
MIT License
39 stars 14 forks source link

Fix error exposed by running rspec in RubyMine #17

Closed stringsn88keys closed 7 years ago

stringsn88keys commented 8 years ago

[https://github.com/nikhaldi/exception_notification-rake/issues/14](Not working with Rubymine 11 Testing #14) - I was having the same error in RubyMine 8. Testing to see if Rake responds_to :application fixed it.

nikhaldi commented 7 years ago

Thanks for the pull request. This seems to work, the Travis failures here were only because the Travis spec was out of date. I'll put out new releases with this included in the next days.

nikhaldi commented 7 years ago

FYI, there is a release 0.2.2.rc1 out now with this fix