Rakefile in bullet-5.6.1 vs Rakefile in bullet-5.7.0
- old
+ new
@@ -32,10 +32,9 @@
RSpec::Core::RakeTask.new('spec:progress') do |spec|
spec.rspec_opts = %w(--format progress)
spec.pattern = 'spec/**/*_spec.rb'
end
-
begin
require 'rdoc/task'
desc 'Generate documentation for the plugin.'
Rake::RDocTask.new do |rdoc|