thoughtbot--shoulda-matchers/spec/acceptance
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
..
active_model_integration_spec.rb Allow the use of matchers from multiple libs, for non rails projects. 2015-06-01 00:43:07 -06:00
independent_matchers_spec.rb Use generic test framework for independent matchers test 2015-02-09 10:52:51 -07:00
multiple_libraries_integration_spec.rb Allow the use of matchers from multiple libs, for non rails projects. 2015-06-01 00:43:07 -06:00
rails_integration_spec.rb Allow the use of matchers from multiple libs, for non rails projects. 2015-06-01 00:43:07 -06:00