File tree Expand file tree Collapse file tree 4 files changed +2
-750
lines changed
Expand file tree Collapse file tree 4 files changed +2
-750
lines changed Original file line number Diff line number Diff line change 1- require 'rdoc/task'
21require 'rubygems'
32
43require "#{ File . expand_path ( File . dirname ( __FILE__ ) ) } /lib/git/version"
54
65task :default => :test
76
8- desc "Upload Docs"
9- task :upload_docs do |t |
10- system ( 'rsync -rv --delete doc/ git.rubyforge.org:/var/www/gforge-projects/git' )
11- end
12-
13- desc "Run Unit Tests"
7+ desc 'Run Unit Tests'
148task :test do |t |
159 sh 'git config --global user.email "[email protected] "' if `git config user.email` . empty? 1610 sh 'git config --global user.name "GitExample"' if `git config user.name` . empty?
1711
1812 $VERBOSE = true
13+
1914 require File . dirname ( __FILE__ ) + '/tests/all_tests.rb'
2015end
2116
22- Rake ::RDocTask . new do |rdoc |
23- rdoc . rdoc_dir = 'rdoc'
24- rdoc . title = "ruby-git #{ Git ::VERSION } "
25- rdoc . rdoc_files . include ( 'README*' )
26- rdoc . rdoc_files . include ( 'lib/**/*.rb' )
27- end
2817
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments