aboutsummaryrefslogtreecommitdiffstats
path: root/tools/test.rb
diff options
context:
space:
mode:
authorMarc Ignacio <marcrendlignacio@gmail.com>2017-06-21 03:50:05 +0800
committerMarc Ignacio <marcrendlignacio@gmail.com>2017-06-21 04:03:26 +0800
commit54045ccd5150fe3fdbab30fbfef48c286c3afff7 (patch)
treec8bc0eede0a37fbc20324cb723b18b702c313090 /tools/test.rb
parent95ee77b3aeed0eb9cbac22268b398a7917e536d3 (diff)
downloadrails-54045ccd5150fe3fdbab30fbfef48c286c3afff7.tar.gz
rails-54045ccd5150fe3fdbab30fbfef48c286c3afff7.tar.bz2
rails-54045ccd5150fe3fdbab30fbfef48c286c3afff7.zip
Adds missing minor doc about tools/test.rb [ci skip]
... and minor typo fix
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