adding rake test subtasks (noop) for git submodule rake compatibility
This commit is contained in:
parent
985d08885e
commit
4138fd3626
7
Rakefile
7
Rakefile
|
@ -1,7 +1,12 @@
|
||||||
task :default => :noop
|
task :default => :noop
|
||||||
|
|
||||||
task :noop do
|
task :noop do
|
||||||
puts "doing nothing"
|
puts "** NO-OP task to support 'git submodule' rake comaptibility in jasmine"
|
||||||
|
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