From 56e1df622f8cb6fb558b83fc4d2836ad0aece7d7 Mon Sep 17 00:00:00 2001 From: hukl Date: Sun, 8 Feb 2009 14:06:03 +0100 Subject: added nodes controller and made it a resource. since the node is the proxy for the pages behind it, it makes sense to operate on nodes rather than on the pages themselves. --- test/functional/nodes_controller_test.rb | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/functional/nodes_controller_test.rb (limited to 'test/functional/nodes_controller_test.rb') diff --git a/test/functional/nodes_controller_test.rb b/test/functional/nodes_controller_test.rb new file mode 100644 index 0000000..d6d579d --- /dev/null +++ b/test/functional/nodes_controller_test.rb @@ -0,0 +1,8 @@ +require 'test_helper' + +class NodesControllerTest < ActionController::TestCase + # Replace this with your real tests. + test "the truth" do + assert true + end +end -- cgit v1.3