##// END OF EJS Templates
Add smooth scrolling for webkit browsers (#19097)....
Add smooth scrolling for webkit browsers (#19097). Patch by Felix Gliesche. git-svn-id: http://svn.redmine.org/redmine/trunk@14818 e93f8b46-1217-0410-a6f0-8f06a7374b81

File last commit:

r11666:596366b06286
r14436:bb73361cb9cd
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"