Skip to content

Commit 859b45c

Browse files
committed
Require rubygems instead of lifo's rails
1 parent a0d363f commit 859b45c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/abstract_unit.rb

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
# [TODO] Replace with requiring rails gem after we release 2.2
2-
$: << '/Users/lifo/commit-rails/rails/actionpack/lib'
3-
1+
require 'rubygems'
42
require 'test/unit'
53
require 'action_controller'
64
require 'action_controller/test_process'

0 commit comments

Comments
 (0)