about summary refs log tree commit diff
path: root/test/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'test/controllers')
-rw-r--r--test/controllers/.keep0
-rw-r--r--test/controllers/machines_controller_test.rb7
-rw-r--r--test/controllers/players_controller_test.rb7
3 files changed, 14 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/machines_controller_test.rb b/test/controllers/machines_controller_test.rb
new file mode 100644
index 0000000..5491d3a
--- /dev/null
+++ b/test/controllers/machines_controller_test.rb
@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class MachinesControllerTest < ActionDispatch::IntegrationTest
+  # test "the truth" do
+  #   assert true
+  # end
+end
diff --git a/test/controllers/players_controller_test.rb b/test/controllers/players_controller_test.rb
new file mode 100644
index 0000000..3aba774
--- /dev/null
+++ b/test/controllers/players_controller_test.rb
@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class PlayersControllerTest < ActionDispatch::IntegrationTest
+  # test "the truth" do
+  #   assert true
+  # end
+end