Skip to content

Commit db2d62e

Browse files
Improve wording
1 parent 311ee9e commit db2d62e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ bundle install
2222
```
2323

2424
Then, in [test/test_helper.rb](test/test_helper.rb),
25-
comment the "Main command" `system(…)` out
25+
comment the "Production command" `system(…)` out
2626
and uncomment either of the "Testing commands".
2727

2828
Lastly, run the following command to run the tests:

test/test_helper.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def run_test_runner(input_dir, output_dir)
6161
# exec("bin/run.sh two_fer #{input_dir} #{output_dir}")
6262
# system("bin/run.sh two_fer #{input_dir} #{output_dir}")
6363

64-
# Main command
64+
# Production command
6565
system("bin/run.sh two_fer #{input_dir} #{output_dir}", out: "/dev/null", err: "/dev/null")
6666
end
6767
end

0 commit comments

Comments
 (0)