Corrected shorthand Rake tasks for unit testing

This commit is contained in:
Alexey Verkhovsky 2005-05-12 00:34:37 +00:00
parent 33ae92a332
commit 7c5958ae7b

View file

@ -123,8 +123,12 @@ else
end
# Shorthand aliases
desc 'Shorthand for test_unit'
task :tu => :test_unit
desc 'Shorthand for test_units'
task :tu => :test_units
desc 'Shorthand for test_units'
task :ut => :test_units
desc 'Shorthand for test_functional'
task :tf => :test_functional
desc 'Shorthand for test_functional'
task :ft => :test_functional