Michael Grosser
|
203998c916
|
allow running each test with pure ruby path/to/test.rb
also:
- makes test dependencies obvious
- makes tests runnable from within subfolders
|
2019-12-18 08:49:19 -06: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
|
88daf5dee4
|
Should do nothing here
|
2017-01-16 12:33:37 +09:00 |
|
Akira Matsuda
|
764bbb801e
|
It would be safer not to totally undef core classes' respond_to_missing?
instead, rewrite them to no-op
|
2017-01-15 04:42:03 +09:00 |
|
Akira Matsuda
|
b99014bf44
|
AS::StringInquirer#respond_to_missing? should fallback to super
in case String or any other ancestor class' respond_to_missing? was defined.
|
2017-01-15 03:38:06 +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 |
|
Rafael Mendonça França
|
5294ad82c6
|
Alias refute methods to assert_not and perfer assert_not on tests
|
2012-12-31 13:58:52 -03:00 |
|
Aleksey Magusev
|
a1beec1de0
|
Add AS::StringInquirer#respond_to? method
Consistently with #method_missing
|
2012-08-06 16:59:12 +04:00 |
|
Aaron Patterson
|
b8d8c50785
|
use AS::TestCase as the base class
|
2012-01-05 17:12:46 -08:00 |
|
Jeremy Kemper
|
1c36172c13
|
Ruby 1.9 compat: rename deprecated assert_raises to assert_raise.
[#1617 state:resolved]
|
2009-03-08 13:11:58 -07:00 |
|
Joshua Peek
|
5fe2878973
|
Renamed StringQuestioneer to StringInquirer.
|
2008-06-04 15:06:32 -05:00 |
|