Skip to content

Commit 21df7b5

Browse files
committed
We don't use test and rdoc
1 parent 400f256 commit 21df7b5

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

Rakefile

+1-26
Original file line numberDiff line numberDiff line change
@@ -23,29 +23,4 @@ Jeweler::Tasks.new do |gem|
2323
gem.authors = ["James Hu"]
2424
# dependencies defined in Gemfile
2525
end
26-
Jeweler::RubygemsDotOrgTasks.new
27-
28-
require 'rake/testtask'
29-
Rake::TestTask.new(:test) do |test|
30-
test.libs << 'lib' << 'test'
31-
test.pattern = 'test/**/test_*.rb'
32-
test.verbose = true
33-
end
34-
35-
desc "Code coverage detail"
36-
task :simplecov do
37-
ENV['COVERAGE'] = "true"
38-
Rake::Task['test'].execute
39-
end
40-
41-
task :default => :test
42-
43-
require 'rdoc/task'
44-
Rake::RDocTask.new do |rdoc|
45-
version = File.exist?('VERSION') ? File.read('VERSION') : ""
46-
47-
rdoc.rdoc_dir = 'rdoc'
48-
rdoc.title = "rails-reverse-proxy #{version}"
49-
rdoc.rdoc_files.include('README*')
50-
rdoc.rdoc_files.include('lib/**/*.rb')
51-
end
26+
Jeweler::RubygemsDotOrgTasks.new

0 commit comments

Comments
 (0)