Revert "adding rake test subtasks (noop) for git submodule rake compatibility"
This reverts commit 4138fd3626
.
This commit is contained in:
parent
3b702bd992
commit
3e7f870965
7
Rakefile
7
Rakefile
|
@ -1,12 +1,7 @@
|
||||||
task :default => :noop
|
task :default => :noop
|
||||||
|
|
||||||
task :noop do
|
task :noop do
|
||||||
puts "** NO-OP task to support 'git submodule' rake comaptibility in jasmine"
|
puts "doing nothing"
|
||||||
end
|
|
||||||
|
|
||||||
namespace :test do
|
|
||||||
task :unit => :noop
|
|
||||||
task :integration => :noop
|
|
||||||
end
|
end
|
||||||
|
|
||||||
desc 'Builds lib/jasmine from source'
|
desc 'Builds lib/jasmine from source'
|
||||||
|
|
Loading…
Reference in New Issue