Skip to content

Commit

Permalink
Fixed minitest dependency for CI
Browse files Browse the repository at this point in the history
[git-p4: depot-paths = "//src/ZenTest/dev/": change = 4631]
  • Loading branch information
zenspider committed Feb 20, 2009
1 parent 36b2ec6 commit cbc2ef1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Rakefile
Expand Up @@ -4,6 +4,9 @@ $: << 'lib'

require 'rubygems'
require 'hoe'

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

require './lib/zentest.rb'

Hoe.new("ZenTest", ZenTest::VERSION) do |zentest|
Expand Down

0 comments on commit cbc2ef1

Please sign in to comment.