Corrected shorthand Rake tasks for unit testing
This commit is contained in:
parent
33ae92a332
commit
7c5958ae7b
|
@ -123,8 +123,12 @@ else
|
||||||
end
|
end
|
||||||
|
|
||||||
# Shorthand aliases
|
# Shorthand aliases
|
||||||
desc 'Shorthand for test_unit'
|
desc 'Shorthand for test_units'
|
||||||
task :tu => :test_unit
|
task :tu => :test_units
|
||||||
|
desc 'Shorthand for test_units'
|
||||||
|
task :ut => :test_units
|
||||||
|
|
||||||
desc 'Shorthand for test_functional'
|
desc 'Shorthand for test_functional'
|
||||||
task :tf => :test_functional
|
task :tf => :test_functional
|
||||||
|
desc 'Shorthand for test_functional'
|
||||||
|
task :ft => :test_functional
|
||||||
|
|
Loading…
Reference in a new issue