pat / combustion

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

0.5.5 has changed API #75

Closed krzysiek1507 closed 6 years ago

krzysiek1507 commented 8 years ago

Patch update shouldn't change API.

pat commented 8 years ago

I appreciate your concern, but everything within Combustion::Database.setup is internal implementation - the calls within that are not documented anywhere, and weren't built with re-use in mind. Even Combustion::Database.setup itself is only used internally.

Do you have code that is using the old methods of Combustion::Database? I'm curious as to how people may be using Combustion beyond what's documented.