From 4016d8188af7b85347a032f073cf62a39995a8f8 Mon Sep 17 00:00:00 2001 From: francis Date: Sat, 4 Aug 2007 11:10:25 +0000 Subject: Skeletal model for an FOI request. Rubbishy display of first form. --- test/functional/file_request_controller_test.rb | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 test/functional/file_request_controller_test.rb (limited to 'test/functional/file_request_controller_test.rb') diff --git a/test/functional/file_request_controller_test.rb b/test/functional/file_request_controller_test.rb new file mode 100644 index 000000000..05d17d5e5 --- /dev/null +++ b/test/functional/file_request_controller_test.rb @@ -0,0 +1,18 @@ +require File.dirname(__FILE__) + '/../test_helper' +require 'file_request_controller' + +# Re-raise errors caught by the controller. +class FileRequestController; def rescue_action(e) raise e end; end + +class FileRequestControllerTest < Test::Unit::TestCase + def setup + @controller = FileRequestController.new + @request = ActionController::TestRequest.new + @response = ActionController::TestResponse.new + end + + # Replace this with your real tests. + def test_truth + assert true + end +end -- cgit v1.2.3