aboutsummaryrefslogtreecommitdiffstats
path: root/tools/test.rb
diff options
context:
space:
mode:
authorRafael França <rafaelmfranca@gmail.com>2017-06-20 16:12:47 -0400
committerGitHub <noreply@github.com>2017-06-20 16:12:47 -0400
commitec8e38943b360312c8db97ca5d1ad4b09eba6683 (patch)
treed4c5c8a8ca54f6630fa1ede734cc9caf785650b6 /tools/test.rb
parentd37af71886ded18885c4f71874d887fc5b638f2e (diff)
parent54045ccd5150fe3fdbab30fbfef48c286c3afff7 (diff)
downloadrails-ec8e38943b360312c8db97ca5d1ad4b09eba6683.tar.gz
rails-ec8e38943b360312c8db97ca5d1ad4b09eba6683.tar.bz2
rails-ec8e38943b360312c8db97ca5d1ad4b09eba6683.zip
Merge pull request #29510 from padi/minor_docs_update
Updates README on rails internal dev tools
Diffstat (limited to 'tools/test.rb')
-rw-r--r--tools/test.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/test.rb b/tools/test.rb
index 1a1eca8f95..52e9c19198 100644
--- a/tools/test.rb
+++ b/tools/test.rb
@@ -8,7 +8,7 @@ require "rails/test_unit/line_filtering"
require "active_support/test_case"
class << Rails
- # Necessary to get rerun-snippts working.
+ # Necessary to get rerun-snippets working.
def root
@root ||= Pathname.new(COMPONENT_ROOT)
end