From c1bdf027d8d54127e41427e21fabe7ff3e26c6bc Mon Sep 17 00:00:00 2001 From: Michael Koziarski Date: Fri, 28 Sep 2007 16:48:59 +0000 Subject: Add missing require git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7670 5ecf4fe2-1ee6-0310-87b1-e25e094e27de --- actionpack/test/controller/request_forgery_protection_test.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/actionpack/test/controller/request_forgery_protection_test.rb b/actionpack/test/controller/request_forgery_protection_test.rb index 0711ecf90c..2166b24aa6 100644 --- a/actionpack/test/controller/request_forgery_protection_test.rb +++ b/actionpack/test/controller/request_forgery_protection_test.rb @@ -1,4 +1,5 @@ require File.dirname(__FILE__) + '/../abstract_unit' +require 'digest/sha1' ActionController::Routing::Routes.draw do |map| map.connect ':controller/:action/:id' -- cgit v1.2.3