Skip to content

Commit

Permalink
Standardizing the Rakefile.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarnette committed Feb 27, 2009
1 parent 75b8570 commit 8b61318
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Rakefile
Expand Up @@ -3,8 +3,6 @@ require "hoe"

require "./lib/intercession/version.rb"

Hoe::SUPPORTED_TEST_FRAMEWORKS[:helper] = "helper"

Hoe.new "intercession", Intercession::VERSION do |p|
p.developer "John Barnette", "jbarnette@rubyforge.org"

Expand All @@ -14,5 +12,5 @@ Hoe.new "intercession", Intercession::VERSION do |p|
p.extra_rdoc_files = [p.readme_file]
p.need_tar = false
p.test_globs = %w(test/**/*_test.rb)
p.testlib = :helper
p.testlib = :minitest
end

0 comments on commit 8b61318

Please sign in to comment.