kristianmandrup / cantango

CanCan extension with role oriented permission management, rules caching and much more
MIT License
404 stars 45 forks source link

Failed tests #21

Open ovargas27 opened 12 years ago

ovargas27 commented 12 years ago

Hi, I am very interested in your proyect, so I cloned it , install gems with bundle and run the test with

bunde exec rspec spec/entire_suite_spec.rb

But there are 27 tests failed, Is this normal? or Did I do something wrong?

kristianmandrup commented 12 years ago

Hi there ;) I'm on skiing vacation in Serbia at the moment. I'm glad ou like the project. The cantango master (on rubygems) has been updated a bit aggressively since around 0.8.6 and I haven't quite made sure that the test suites all passed while making these updates, hence some of them currently break. In short, the test suites are pretty "massive" and have been a bit much to keep updated... I have since been working on a new design/architecture of cantango which is much more modular, divided into multiple loosely connected projects (gems). These individual projects have much better test coverage in general.

You can check out the 1-x branch and any cantango- named project on my github. I have started to again do some updates on this new 1-x version of cantango on this skiing trip, since we have been caught in a snowstorm... would like to hear your views, ideas etc. why/what you like (about) the project and which ideas you might have for improvements. Cheers!