shoulda-matchers v1.5.0 Release Notes

Release Date: 2013-03-15 // about 11 years ago
    • 🗄 Deprecate the following matchers:

      • assign_to
      • respond_with_content_type
      • query_the_database
      • validate_format_of
      • have_sent_email
      • permit (strong parameters matcher)
      • delegate_method
    • 🔧 Use RSpec's native configure.include syntax for including matchers into RSpec (#204).

    • ✅ Do not force MiniTest loading when test-unit is available (this was fixed before 1.3.0 then reverted in 1.3.0).