1
0
Fork 0
mirror of https://github.com/paper-trail-gem/paper_trail.git synced 2022-11-09 11:33:19 -05:00
Commit graph

12 commits

Author SHA1 Message Date
Jared Beck
8f5a935c3a RSpec/ContextWording 2021-08-29 22:22:39 -04:00
Jared Beck
206023b0b7 Lint: Fix RSpec/HooksBeforeExamples 2020-08-18 01:56:22 -04:00
Jared Beck
f92037c048
Prepare for v11 (#1235)
* Drop support for ruby 2.3

* Docs: appraisal

* Drop support for rails <= 5.1

* Upgrade rubocop to 0.80

* Remove defunct code for EoL rails versions

* Rails 5+ style controller test params keyword

* Squash me

Co-Authored-By: Todd Lynam <TLynam@gmail.com>

Co-authored-by: Todd Lynam <TLynam@gmail.com>
2020-03-02 21:58:33 -05:00
Jared Beck
0e94b68c23 Update dependencies: activerecord, rubocop 2018-08-14 01:29:08 -04:00
Jared Beck
57817b92a8 rubocop 0.56.0 (was 0.54.0) 2018-05-14 21:54:12 -04:00
Jared Beck
e91804afb7 Rename Request#enabled_for_controller= to #enabled= 2018-03-23 21:58:45 -04:00
Jared Beck
c659b1faf0 A new API for request variables 2018-02-27 00:14:33 -05:00
Jared Beck
cfbf7a647c Lint: Style/FrozenStringLiteralComment 2017-12-10 23:05:39 -05:00
Jared Beck
94b9306647 Finish the conversion to RSpec
- Convert serializers/mixin_json_test.rb to rspec
- Convert functional/thread_safety_test.rb to rspec
- Convert functional/controller_test.rb to rspec
- Move the dummy app from test to spec, delete test dir
2017-06-10 01:45:46 -04:00
Jared Beck
38fa23873c Merge rails_helper into spec_helper
The reason some projects have both is so that some spec files can be
run in isolation, without the rails stuff. In practice, I don't find
myself ever doing this. So, the complexity of two files is unnecessary.
2017-05-30 00:59:55 -04:00
Jared Beck
0b016be756 Lint: Fix RSpec/NotToNot 2017-04-01 01:59:47 -04:00
Jared Beck
62202a7487 Convert first controller test to rspec 2016-12-04 22:17:06 -05:00