ccocchi / rabl-rails

Rails 4.2+ templating system with JSON, XML and Plist support.
MIT License
209 stars 51 forks source link

Fix tests on Ruby 2 by changing how minitest is required. #36

Closed danielevans closed 11 years ago

danielevans commented 11 years ago

Tests fail with Ruby 2.0 due to an apparent conflict between rspec/mocks and minitest/mocks. Changing how minitest is required fixes the issues and causes tests to pass.