Daniel Colson
|
a1ac18671a
|
Replace assert ! with assert_not
This autocorrects the violations after adding a custom cop in
3305c78dcd.
|
2018-04-19 08:11:33 -04:00 |
|
Daniel Colson
|
82c39e1a0b
|
Use assert_empty and assert_not_empty
|
2018-01-25 23:32:59 -05:00 |
|
Daniel Colson
|
94333a4c31
|
Use assert_predicate and assert_not_predicate
|
2018-01-25 23:32:59 -05:00 |
|
Koichi ITO
|
ac717d65a3
|
[Active Support] rubocop -a --only Layout/EmptyLineAfterMagicComment
|
2017-07-11 13:12:32 +09:00 |
|
Kir Shatrov
|
72950568dd
|
Use frozen-string-literal in ActiveSupport
|
2017-07-09 15:08:29 +03:00 |
|
Matthew Draper
|
87b3e226d6
|
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
This reverts commit 3420a14590 , reversing
changes made to afb66a5a59 .
|
2017-07-02 02:15:17 +09:30 |
|
Kir Shatrov
|
cfade1ec7e
|
Enforce frozen string in Rubocop
|
2017-07-01 02:11:03 +03:00 |
|
Akira Matsuda
|
e8ba0c0f21
|
"Use assert_nil if expecting nil. This will fail in minitest 6."
|
2016-12-25 02:29:52 +09:00 |
|
Xavier Noria
|
a731125f12
|
applies new string literal convention in activesupport/test
The current code base is not uniform. After some discussion,
we have chosen to go with double quotes by default.
|
2016-08-06 18:10:53 +02:00 |
|
José Valim
|
7fcc8c0a1f
|
Rely solely on active_model_serializer and remove the fancy constant lookup.
|
2011-11-23 23:45:27 +00:00 |
|
José Valim
|
0536ea8c78
|
Add safe_constantize to ActiveSupport::Dependencies.
|
2011-11-23 21:43:03 +00:00 |
|
Josh Kalderimis
|
9cafc28874
|
Removed deprecated methods and related tests from ActiveSupport
|
2011-05-25 23:39:34 +02:00 |
|
Mike Gehard
|
0bc91a4cf7
|
Rename duplicate tests. There is now one failing test that was failing before the rename but was never getting run.
|
2011-05-07 17:02:42 -06:00 |
|
Aaron Patterson
|
69e348013b
|
adding deprecation noticies to deprecated class cache methods
|
2011-03-02 09:31:40 -08:00 |
|
Aaron Patterson
|
66245441d4
|
adding backwards compat for class cache references. <3<3
|
2011-03-02 09:18:05 -08:00 |
|
Aaron Patterson
|
7b6bfe84f3
|
refactor Reference to a ClassCache object, fix lazy lookup in Middleware so that anonymous classes are supported
|
2011-03-01 17:20:35 -08:00 |
|