Skip to content

Commit

Permalink
cleanup rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Baker committed May 2, 2013
1 parent 66e5a87 commit d36e6fb
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,4 @@ RSpec::Core::RakeTask.new(:spec) do |spec|
spec.pattern = FileList['spec/**/*_spec.rb']
end

RSpec::Core::RakeTask.new(:rcov) do |spec|
spec.pattern = 'spec/**/*_spec.rb'
spec.rcov = true
end

task :default => :spec

require 'rake/rdoctask'
Rake::RDocTask.new do |rdoc|
version = File.exist?('VERSION') ? File.read('VERSION') : ""

rdoc.rdoc_dir = 'rdoc'
rdoc.title = "attr_enumerator #{version}"
rdoc.rdoc_files.include('README*')
rdoc.rdoc_files.include('lib/**/*.rb')
end

0 comments on commit d36e6fb

Please sign in to comment.