Rakefile in jp_address-1.0.0 vs Rakefile in jp_address-1.0.1
- old
+ new
@@ -8,11 +8,10 @@
RDoc::Task.new(:rdoc) do |rdoc|
rdoc.rdoc_dir = 'rdoc'
rdoc.title = 'JpAddress'
rdoc.options << '--line-numbers'
- rdoc.rdoc_files.include('README.rdoc')
rdoc.rdoc_files.include('lib/**/*.rb')
end
APP_RAKEFILE = File.expand_path("../spec/dummy/Rakefile", __FILE__)
load 'rails/tasks/engine.rake'
@@ -29,6 +28,6 @@
RSpec::Core::RakeTask.new(:spec) do |spec|
spec.pattern = FileList['spec/**/*_spec.rb']
end
task :default => :spec
-task :test => :spec # for rubygems-test
+task :test => :spec