Skip to content

Commit

Permalink
Load correct ZenTest library: ZenTest.rb had been renamed to zentest.…
Browse files Browse the repository at this point in the history
…rb back in version 3.1.0.
  • Loading branch information
blackwinter authored and carlosbrando committed Jan 30, 2009
1 parent 816f9c0 commit 54e19ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/requirements.rb
Expand Up @@ -4,7 +4,7 @@
require 'rubygems'
%w[rake hoe newgem rubigen ZenTest].each do |req_gem|
begin
require req_gem
require req_gem.downcase
rescue LoadError
puts "This Rakefile requires the '#{req_gem}' RubyGem."
puts "Installation: gem install #{req_gem} -y"
Expand Down

0 comments on commit 54e19ce

Please sign in to comment.