X-Git-Url: https://projects.mako.cc/source/selectricity/blobdiff_plain/f0a07fead89d29513f76ee42b29a0f87dbe926d6..ad088c1324d08a65f6f5336bedf7a88a8a8950e7:/test/functional/graph_controller_test.rb diff --git a/test/functional/graph_controller_test.rb b/test/functional/graph_controller_test.rb deleted file mode 100644 index 4594335..0000000 --- a/test/functional/graph_controller_test.rb +++ /dev/null @@ -1,22 +0,0 @@ -require File.dirname(__FILE__) + '/../test_helper' -require 'graph_controller' - -# Re-raise errors caught by the controller. -class GraphController; def rescue_action(e) raise e end; end - -class GraphControllerTest < Test::Unit::TestCase - - #fixtures :data - - def setup - @controller = GraphController.new - @request = ActionController::TestRequest.new - @response = ActionController::TestResponse.new - end - - # TODO Replace this with your actual tests - def test_show - assert true - end - -end