mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
English fix [ci skip]
This commit is contained in:
parent
f5a4ca323d
commit
d75773ada0
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
# while having global constant is not good,
|
||||
# many 3rd party tools depend on it, like rspec-rails, cucumber-rails, etc
|
||||
# so if will be removed - deprecation warning is needed
|
||||
# While global constants are bad, many 3rd party tools depend on this one (e.g
|
||||
# rspec-rails & cucumber-rails). So a deprecation warning is needed if we want
|
||||
# to remove it.
|
||||
STATS_DIRECTORIES = [
|
||||
%w(Controllers app/controllers),
|
||||
%w(Helpers app/helpers),
|
||||
|
|
Loading…
Reference in a new issue