File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,11 +45,11 @@ class CodeStatistics
4545 class_attribute :directories , default : DIRECTORIES
4646 class_attribute :test_types , default : TEST_TYPES
4747
48- # Add directories to the output of the ` bin/rails stats` command.
48+ # Add directories to the output of the <tt> bin/rails stats</tt> command.
4949 #
5050 # Rails::CodeStatistics.register_directory("My Directory", "path/to/dir")
5151 #
52- # For directories that contain test code, set the ` test_directory` argument to true.
52+ # For directories that contain test code, set the <tt> test_directory</tt> argument to true.
5353 #
5454 # Rails::CodeStatistics.register_directory("Model specs", "spec/models", test_directory: true)
5555 def self . register_directory ( label , path , test_directory : false )
You can’t perform that action at this time.
0 commit comments