Create spec task

This update creates a spec task for rake so that 'rake spec' will run
the astute tests.

Change-Id: I1c133bfa312440e6c35e64383e8f4b10b7af4c6c
Closes-Bug: #1544319
This commit is contained in:
Alex Schultz 2016-02-10 15:16:46 -07:00
parent b7bb5e7e9b
commit f382216ebf
1 changed files with 1 additions and 0 deletions

View File

@ -9,3 +9,4 @@ namespace :spec do
end
task :default => 'spec:unit'
task :spec => 'spec:unit'