Skip to content

Commit

Permalink
remove rails 2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
godfat committed Jun 4, 2013
1 parent 6a7ccf6 commit 9f2fdc5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions example/rails3/test/test_helper.rb
@@ -1,11 +1,7 @@

ENV["RAILS_ENV"] = "test"
require File.expand_path('../../config/environment', __FILE__)
begin
require 'rails/test_help'
rescue LoadError # for rails2
require 'test_help'
end
require 'rails/test_help'

class ActiveSupport::TestCase
def normalize_query query, amp='&'
Expand Down

0 comments on commit 9f2fdc5

Please sign in to comment.