summaryrefslogtreecommitdiff
path: root/test/functional
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-03-27 13:33:34 -0400
committerJules Laplace <jules@okfoc.us>2015-03-27 13:33:34 -0400
commitf090feb8d4cacce9a1e8ffcda6cb542917c7e1e1 (patch)
tree0b4e9df9a05d7adac4abe162d9692b6047d685b1 /test/functional
railzZz
Diffstat (limited to 'test/functional')
-rw-r--r--test/functional/.gitkeep0
-rw-r--r--test/functional/finger_controller_test.rb7
2 files changed, 7 insertions, 0 deletions
diff --git a/test/functional/.gitkeep b/test/functional/.gitkeep
new file mode 100644
index 0000000..e69de29
--- /dev/null
+++ b/test/functional/.gitkeep
diff --git a/test/functional/finger_controller_test.rb b/test/functional/finger_controller_test.rb
new file mode 100644
index 0000000..3ca0dfe
--- /dev/null
+++ b/test/functional/finger_controller_test.rb
@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class FingerControllerTest < ActionController::TestCase
+ # test "the truth" do
+ # assert true
+ # end
+end