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 |
|
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 |
|
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 |
|
Zuhao Wan
|
0c2fbc5095
|
Move test teardown into ensure block.
|
2014-06-17 20:57:02 +08:00 |
|
Jeremy Kemper
|
b16c36e688
|
Introduce Concern#class_methods and Kernel#concern
|
2014-02-23 12:06:23 -07:00 |
|