1 require File.dirname(__FILE__) + '/../test_helper'
2 require 'graph_controller'
4 # Re-raise errors caught by the controller.
5 class GraphController; def rescue_action(e) raise e end; end
7 class GraphControllerTest < Test::Unit::TestCase
12 @controller = GraphController.new
13 @request = ActionController::TestRequest.new
14 @response = ActionController::TestResponse.new
17 # TODO Replace this with your actual tests