summaryrefslogtreecommitdiff
path: root/test/controllers
diff options
context:
space:
mode:
Diffstat (limited to 'test/controllers')
-rw-r--r--test/controllers/checkpoints_controller_test.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/controllers/checkpoints_controller_test.rb b/test/controllers/checkpoints_controller_test.rb
new file mode 100644
index 0000000..c4459d2
--- /dev/null
+++ b/test/controllers/checkpoints_controller_test.rb
@@ -0,0 +1,7 @@
+require "test_helper"
+
+class CheckpointsControllerTest < ActionDispatch::IntegrationTest
+ # test "the truth" do
+ # assert true
+ # end
+end