##// END OF EJS Templates
Fixed that non-default identifier-less git repositories are undeletable (#19260)....
Fixed that non-default identifier-less git repositories are undeletable (#19260). Patch by Felix Schäfer. git-svn-id: http://svn.redmine.org/redmine/trunk@14050 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r11666:596366b06286
r13668:9ea438720ffc
Show More
test_helper.rb
17 lines | 332 B | text/x-ruby | RubyLexer
require 'test/unit'
require 'rubygems'
gem 'activesupport'
require 'active_support'
gem 'actionpack'
require 'action_controller'
gem 'mocha'
require 'mocha/setup'
gem 'ruby-openid'
require 'openid'
RAILS_ROOT = File.dirname(__FILE__) unless defined? RAILS_ROOT
require File.dirname(__FILE__) + "/../lib/open_id_authentication"