petehamilton / citier

CITIER (Class Inheritance & Table Inheritance Embeddings for Rails) is a solution for simple Multiple Class Inheritance in Rails.
88 stars 24 forks source link

Implement Testing #3

Open petehamilton opened 13 years ago

petehamilton commented 13 years ago

Need to implement some testing so changes can be checked to ensure they don't break code functionality.

dmitry commented 12 years ago

Absolutely. Cannot use this, because I can't be sure that it will work in the future rails versions.

hidde-jan commented 12 years ago

We are tying to see if we can use citier in an app that also uses devise. I did a fork to make sure they play along nicely (they didn't at first), but I have no idea if I may have broken something.

We will probably write some tests and, if we do, contribute them back.