Revert "adding rake test subtasks (noop) for git submodule rake compatibility"

This reverts commit 4138fd3626.
This commit is contained in:
Christian Williams 2009-09-08 06:20:43 -07:00
parent 3b702bd992
commit 3e7f870965
1 changed files with 1 additions and 6 deletions

View File

@ -1,12 +1,7 @@
task :default => :noop
task :noop do
puts "** NO-OP task to support 'git submodule' rake comaptibility in jasmine"
end
namespace :test do
task :unit => :noop
task :integration => :noop
puts "doing nothing"
end
desc 'Builds lib/jasmine from source'