public
Description: Remote multi-server automation tool
Homepage: http://www.capify.org
Clone URL: git://github.com/jamis/capistrano.git
attempt to load rubygems and the mocha gem


git-svn-id: http://svn.rubyonrails.org/rails/tools/capistrano@6712 
5ecf4fe2-1ee6-0310-87b1-e25e094e27de
jamis (author)
Thu May 10 20:05:22 -0700 2007
commit  27ba734f1a2588b0730fb2861f215d5182a08b80
tree    4488e447c2e6b815d29113d71f5c7e304b1f7708
parent  45738b00533631ed755e7513db698ef874b683f4
...
1
2
3
 
 
 
 
 
 
4
5
6
...
1
2
3
4
5
6
7
8
9
10
11
12
0
@@ -1,6 +1,12 @@
0
 unless defined?(TestExtensions)
0
   $:.unshift "#{File.dirname(__FILE__)}/../lib"
0
 
0
+ begin
0
+ require 'rubygems'
0
+ gem 'mocha'
0
+ rescue LoadError
0
+ end
0
+
0
   require 'test/unit'
0
   require 'mocha'
0
   require 'capistrano/server_definition'

Comments

    No one has commented yet.