Skip to content

Commit a62b6dd

Browse files
committed
chore: update comment to be accurate
(bin/test prepends the unit_test directory; the quoted calls previously would fail because it ended up trying to run `tests/units/test/units/test_archive.rb`)
1 parent 5613c32 commit a62b6dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rakefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ task :test do
1414
# You can run individual test files (or multiple files) from the command
1515
# line with:
1616
#
17-
# $ bin/test tests/units/test_archive.rb
17+
# $ bin/test test_archive.rb
1818
#
19-
# $ bin/test tests/units/test_archive.rb tests/units/test_object.rb
19+
# $ bin/test test_archive.rb test_object.rb
2020
end
2121
default_tasks << :test
2222

0 commit comments

Comments
 (0)