Revert "rakefile"

This reverts commit 368756e4d5.
This commit is contained in:
Christian Williams 2009-09-08 06:23:26 -07:00
parent 3e7f870965
commit 2a29bb3ad9
1 changed files with 0 additions and 6 deletions

View File

@ -1,9 +1,3 @@
task :default => :noop
task :noop do
puts "doing nothing"
end
desc 'Builds lib/jasmine from source'
namespace :build do
task :jasmine => 'build:doc' do