zorab47 / active_admin-sortable_tree

Show ActiveAdmin index as a nested tree with drag'n'drop
MIT License
162 stars 127 forks source link

Add lightweight specs using MiniTest #21

Closed zorab47 closed 9 years ago

zorab47 commented 10 years ago

These specs are to be a basis for verify existing functionality without the added complexity of building out a full Rails application to perform integration testing. This isn't the best solution, but it does help begin to verify the gem's functionality.

Running Tests

Ensure the application is bundled bundle then run rake test.

nebirhos commented 10 years ago

Hi @zorab47, great job again! I started working on tests with rspec but I left them uncompleted. My goal was to have a basic coverage mainly for testing compatibility with various combos of ActiveAdmin/Rails/Ruby. I'll merge these with my tests as soon as possible, I hope the xmas holidays will help me!

dmitry commented 10 years ago

/ping @nebirhos

Will you have sometime soon to work on this activeadmin plugin? Adding a bit of tests is a great start to improve it.