diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-03-27 13:33:34 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-03-27 13:33:34 -0400 |
| commit | f090feb8d4cacce9a1e8ffcda6cb542917c7e1e1 (patch) | |
| tree | 0b4e9df9a05d7adac4abe162d9692b6047d685b1 /test/unit | |
railzZz
Diffstat (limited to 'test/unit')
| -rw-r--r-- | test/unit/.gitkeep | 0 | ||||
| -rw-r--r-- | test/unit/finger_test.rb | 7 | ||||
| -rw-r--r-- | test/unit/helpers/finger_helper_test.rb | 4 |
3 files changed, 11 insertions, 0 deletions
diff --git a/test/unit/.gitkeep b/test/unit/.gitkeep new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/test/unit/.gitkeep diff --git a/test/unit/finger_test.rb b/test/unit/finger_test.rb new file mode 100644 index 0000000..ea8f172 --- /dev/null +++ b/test/unit/finger_test.rb @@ -0,0 +1,7 @@ +require 'test_helper' + +class FingerTest < ActiveSupport::TestCase + # test "the truth" do + # assert true + # end +end diff --git a/test/unit/helpers/finger_helper_test.rb b/test/unit/helpers/finger_helper_test.rb new file mode 100644 index 0000000..048bb49 --- /dev/null +++ b/test/unit/helpers/finger_helper_test.rb @@ -0,0 +1,4 @@ +require 'test_helper' + +class FingerHelperTest < ActionView::TestCase +end |
