thoughtbot--shoulda-matchers/lib/shoulda/matchers
Elliot Winkler cd9594603e Remove warning under Minitest 5
Under Minitest 5 (or a Rails 4.1 project), you will get a warning

    MiniTest::Unit::TestCase is now Minitest::Test.

when you attempt to run tests. This is because shoulda-matchers requires
'test/unit/testcase', even if Test::Unit is not being used.

It is not a good idea for shoulda-matchers to require *anything* that
the user may not be using, whether it's Test::Unit or RSpec. We should
assume that by the time shoulda-matchers is required, the user has
already required all of whatever test framework they are using, not none
or even some of that framework.
2014-04-04 15:07:28 -06:00
..
action_controller rescue_from now works with non-public methods 2014-04-04 11:31:11 -06:00
active_model Update docs for validate_numericality_of matcher 2014-04-04 11:26:54 -06:00
active_record + Add inverse of matcher for active record association 2014-04-04 11:15:55 -06:00
independent Restore delegate_method matcher 2014-03-21 14:54:16 -04:00
integrations Remove warning under Minitest 5 2014-04-04 15:07:28 -06:00
action_controller.rb Revert "Remove 'strong_parameters' matcher" 2014-03-26 17:46:04 -04:00
active_model.rb Improve ValidateNumericalityOfMatcher document expression 2014-01-31 09:47:50 -07:00
active_record.rb + Add inverse of matcher for active record association 2014-04-04 11:15:55 -06:00
assertion_error.rb #88: Do not force minitest loading when test-unit is available (restoring original fix) 2013-01-03 13:58:22 -05:00
error.rb Validating presence of a secure password may raise an error 2014-02-28 20:31:41 -07:00
independent.rb Restore delegate_method matcher 2014-03-21 14:54:16 -04:00
rails_shim.rb Updates RailsShim to be explicit about which Rails pieces it needs 2013-12-16 12:37:33 -05:00
version.rb Bump to version 2.5.0 2014-01-10 15:37:34 -07:00
warn.rb Handle ensure_inclusion_of for boolean columns 2014-02-17 15:40:18 -07:00