summaryrefslogtreecommitdiffhomepage
path: root/test/controllers
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2020-12-02 19:26:28 -0500
committerrealtradam <[email protected]>2020-12-02 19:26:28 -0500
commitd13b636bd654244f894943c2968a7386e8379605 (patch)
tree410809bae61eac943e1af19ecfd2c2f31143c796 /test/controllers
downloadrails-tree-style-activerecord-d13b636bd654244f894943c2968a7386e8379605.tar.gz
rails-tree-style-activerecord-d13b636bd654244f894943c2968a7386e8379605.zip
initial
Diffstat (limited to 'test/controllers')
-rw-r--r--test/controllers/.keep0
-rw-r--r--test/controllers/nodes_controller_test.rb7
2 files changed, 7 insertions, 0 deletions
diff --git a/test/controllers/.keep b/test/controllers/.keep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/test/controllers/.keep
diff --git a/test/controllers/nodes_controller_test.rb b/test/controllers/nodes_controller_test.rb
new file mode 100644
index 0000000..da8b690
--- /dev/null
+++ b/test/controllers/nodes_controller_test.rb
@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class NodesControllerTest < ActionDispatch::IntegrationTest
+ # test "the truth" do
+ # assert true
+ # end
+end