diff options
author | Seb Bacon <seb.bacon@gmail.com> | 2010-12-02 14:48:00 +0000 |
---|---|---|
committer | Seb Bacon <seb.bacon@gmail.com> | 2010-12-02 14:48:00 +0000 |
commit | 8b9be5b50107585c80386118f610d53d4cc0d460 (patch) | |
tree | 708460afe03fff7fe3887446dbf7daa1d2208585 /lib/tasks | |
parent | f58b06ad4645c18ea4ecbf9af0e0d16830e7a607 (diff) |
add rake "test" target (alias to "spec")
Diffstat (limited to 'lib/tasks')
-rw-r--r-- | lib/tasks/rspec.rake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tasks/rspec.rake b/lib/tasks/rspec.rake index 13620bc4d..bcd1021b7 100644 --- a/lib/tasks/rspec.rake +++ b/lib/tasks/rspec.rake @@ -1 +1,2 @@ task :spec => ['spec:commonlib'] +task :test => ['spec']
\ No newline at end of file |