thoughtbot--shoulda-matchers/lib/shoulda/matchers
Lucas D'Avila 721900b8fd Allow the use of matchers from multiple libs, for non rails projects.
* It changes shoulda-matchers to allow the integration with multiple
  libraries like active_model and active_record.

  For example, in a non Rails project isn't possible to use both
  validate_presence_of and validate_uniqueness_of matchers, because they
  are from different libraries (one from active_model and the other from
  active_record respectively).

  This change allow the integration with multiple libraries. fixes #710
2015-06-01 00:43:07 -06:00
..
action_controller The route matcher accepts a format as a symbol 2015-04-02 08:02:19 -06:00
active_model Create the allow_values matcher 2015-04-20 14:00:41 -06:00
active_record Fail when no scopes on uniq matcher but scopes on validation 2015-05-22 14:37:19 -06:00
doublespeak Omit newest private modules from docs 2015-03-01 01:20:45 -07:00
independent Add with_prefix to delegate_method 2014-12-15 22:38:27 -07:00
integrations Allow the use of matchers from multiple libs, for non rails projects. 2015-06-01 00:43:07 -06:00
action_controller.rb Rename StrongParametersMatcher to PermitMatcher 2015-02-28 19:30:33 -07:00
active_model.rb Handle RangeErrors emitted now in ActiveRecord 4.2 2015-01-22 21:05:09 -07:00
active_record.rb Move uniqueness validation to ActiveRecord module 2014-12-13 17:53:16 -05:00
configuration.rb Remove auto-detection of Rails / test framework 2015-02-09 10:52:51 -07:00
doublespeak.rb Permit matcher now supports subparameters 2015-03-01 01:32:00 -07:00
error.rb Extract examples in README to inline documentation 2014-06-20 16:41:27 -06:00
independent.rb Rename DelegateMatcher to DelegateMethodMatcher 2014-08-29 11:57:26 -06:00
integrations.rb Omit newest private modules from docs 2015-03-01 01:20:45 -07:00
matcher_context.rb Documentation updates 2014-12-25 01:13:30 -05:00
rails_shim.rb Remove Rails 3.x, Ruby 1.9.2, Ruby 1.9.3 2015-02-09 10:52:22 -07:00
util.rb Improve output of fail_with_message matcher 2015-01-22 21:05:08 -07:00
version.rb master == 3.0.0.alpha 2015-02-16 13:42:26 -07:00
warn.rb Deprecate ensure_inclusion_of 2014-07-23 19:35:20 -06:00