Skip to content

Commit

Permalink
- Fixed rakefile to include seattlerb plugin. release was flubbed
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/ZenTest/dev/": change = 5225]
  • Loading branch information
zenspider committed Jun 24, 2009
1 parent 95923d1 commit 9dcc860
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Rakefile
Expand Up @@ -7,13 +7,11 @@ require 'hoe'

Hoe.add_include_dirs("../../minitest/dev/lib")

require './lib/zentest.rb'
Hoe.plugin :seattlerb

Hoe.spec "ZenTest" do
developer 'Ryan Davis', 'ryand-ruby@zenspider.com'
developer 'Eric Hodel', 'drbrain@segment7.net'

self.testlib = :minitest
end

task :autotest do
Expand Down

0 comments on commit 9dcc860

Please sign in to comment.