Commit Graph

6 Commits

Author SHA1 Message Date
Nitin Singh 3e9d69ba7b
Fix the undefined method error for non rails project due to use of many? method. (#1459)
* Fix the undefined method error for non rails project due to use of many? method

* Add tests for inclusion validation for non rails app.

* Remove unnecessary spaces.

* Rubocop offenses.

Co-authored-by: Nitin S <nitin.singh@edcast.com>
Co-authored-by: = <=>
2021-08-31 20:04:37 -03:00
Gui Vieira d97bdd6cab
Update test versions and dependencies (#1269) 2020-01-01 12:20:50 -08:00
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
Elliot Winkler 190007155e Remove auto-detection of Rails / test framework 2015-02-09 10:52:51 -07:00
Elliot Winkler 8223420ba2 Fix acceptance tests where we should be using Bundler 2014-12-25 00:45:06 -05:00
Elliot Winkler 3fb4cdb3b7 Add new RSpec acceptance tests to replace Cucumber 2014-11-05 09:53:33 -07:00