pat / combustion

Simple, elegant testing for Rails Engines
MIT License
712 stars 51 forks source link

Remove warning message for Capybara(>1.0.0) #9

Closed leomao10 closed 13 years ago

leomao10 commented 13 years ago

It is quite annoying as it will show the warning message for every spec I have.

I found this code from:

https://github.com/rspec/rspec-rails/blob/master/lib/rspec/rails/vendor/capybara.rb

pat commented 13 years ago

Thanks Leo - I merged your patch in, then simplified it a bit. I know I'm using the Capybara helpers for RSpec examples that aren't a specific type, so maybe others are as well.

Just released 0.3.1 with this fix.

leomao10 commented 13 years ago

Cool, thanks :)