Revert "adding rake test subtasks (noop) for git submodule rake compatibility"
This reverts commit 4138fd3626.
This commit is contained in:
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'
|
||||||
|
|||||||
Reference in New Issue
Block a user