Commit Graph

7 Commits

Author SHA1 Message Date
Gui Vieira d97bdd6cab
Update test versions and dependencies (#1269) 2020-01-01 12:20:50 -08:00
Vít Ondruch 984ce7340b Remove minitest reporters (#1251) 2019-11-18 18:45:13 -08:00
Elliot Winkler ceeca818e0 Update RSpec to 3.8.x 2019-07-25 23:47:50 -07:00
Elliot Winkler d77cba3521 Update Rubocop across Appraisals 2019-06-09 12:19:21 -06:00
Elliot Winkler ae9bf4a735 Add minimal support for Rails 6
* Add Rails 6 appraisal to start testing against it.
* Fix usage of Module#parent as this is deprecated in Rails 6 in favor
  of Module#module_parent.
* Ensure that we're using the correct version of `sqlite3` and `pg` at
  all times
* When creating classes within tests, ensure that they are removed
  correctly
* Fix detection of has_secure_password in models: Check that
  InstanceMethodsOnActivation is specifically defined, as Rails 6 no
  longer has such a module.

Co-authored-by: Lee Machin <me@mrl.ee>
2019-04-22 00:10:18 -04:00
Elliot Winkler 3635df7054 Update all existing versions of Rails 2019-03-21 00:10:00 -07:00
Elliot Winkler b3d6489546 Rename appraisals to match shoulda / shoulda-context 2019-03-20 22:47:03 -07:00