diff --git a/Rakefile b/Rakefile index 52257a0..c02a273 100644 --- a/Rakefile +++ b/Rakefile @@ -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'