jdliss / shoulda-callback-matchers

Test existence of your Rails callbacks without having to call them
MIT License
134 stars 18 forks source link

Add test-unit 3.0 for Rails 3.2 #23

Closed jdliss closed 8 years ago

jdliss commented 8 years ago

Add test-unit 3.0 gem to rails 3.2 as ruby 2.2+ no longer includes it in the core library.

This fixes an issue where none of the tests for Rails 3.2 would run.

Rails 3.1 shouldn't be affected since Ruby 2.2+ is not supported anyway.