Rakefile: fix spelling mistake

This commit is contained in:
Moritz Bunkus 2016-06-04 10:49:38 +02:00
parent d2e39c440b
commit b4f3c3a6c9

View File

@ -827,7 +827,7 @@ end
desc "Run all tests"
task :tests => [ 'tests:products' ]
namespace :tests do
desc "Run prodct tests from 'tests' sub-directory (requires data files to be present)"
desc "Run product tests from 'tests' sub-directory (requires data files to be present)"
task :products do
run "cd tests && ./run.rb"
end