summaryrefslogtreecommitdiff
path: root/test/functional
diff options
context:
space:
mode:
authorhukl <hukl@eight.local>2009-02-08 14:06:03 +0100
committerhukl <hukl@eight.local>2009-02-08 14:06:03 +0100
commit56e1df622f8cb6fb558b83fc4d2836ad0aece7d7 (patch)
tree7cef4583f4b025847f4e0ce506fff8fc082ef30c /test/functional
parent1a6516c7c8103fb63e7e11134e0fd8ff9f26d6fe (diff)
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.
Diffstat (limited to 'test/functional')
-rw-r--r--test/functional/nodes_controller_test.rb8
1 files changed, 8 insertions, 0 deletions
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 @@
1require 'test_helper'
2
3class NodesControllerTest < ActionController::TestCase
4 # Replace this with your real tests.
5 test "the truth" do
6 assert true
7 end
8end