Commit Graph

8 Commits

Author SHA1 Message Date
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