1
0
Fork 0
mirror of https://github.com/thoughtbot/shoulda-matchers.git synced 2022-11-09 12:01:38 -05:00
thoughtbot--shoulda-matchers/spec/support/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
..
helpers Add support for Postgres 2015-02-12 16:01:00 -07:00
matchers Changes to CommandRunner 2015-02-12 15:24:40 -07:00
adds_shoulda_matchers_to_project.rb Allow the use of matchers from multiple libs, for non rails projects. 2015-06-01 00:43:07 -06:00
helpers.rb Remove auto-detection of Rails / test framework 2015-02-09 10:52:51 -07:00