pat / combustion

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

Rails4 gem version fix #43

Closed knewter closed 11 years ago

knewter commented 11 years ago

I haven't tested this with rails < 4-master, but this fixes breakage where Rails.version now returns a Gem::Version and these comparisons fail there. This is the offending commit afaict: https://github.com/rails/rails/commit/c07e1515f7c66f5599cbb3c7e9fe42e166bf3edc

pat commented 11 years ago

Thanks Josh, just merged this in.