##// END OF EJS Templates
Pass the commit keyword used to update the issue to the plugin hook....
Pass the commit keyword used to update the issue to the plugin hook. git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@12198 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r11666:596366b06286
r11968:0444ecca3c87
Show More
test_helper.rb
17 lines | 332 B | text/x-ruby | RubyLexer
Eric Davis
Added open_id_authentication plugin...
r2377 require 'test/unit'
require 'rubygems'
gem 'activesupport'
require 'active_support'
gem 'actionpack'
require 'action_controller'
gem 'mocha'
Toshi MARUYAMA
upgrade mocha 0.14 and remove deprecation warning...
r11666 require 'mocha/setup'
Eric Davis
Added open_id_authentication plugin...
r2377
gem 'ruby-openid'
require 'openid'
RAILS_ROOT = File.dirname(__FILE__) unless defined? RAILS_ROOT
require File.dirname(__FILE__) + "/../lib/open_id_authentication"