summaryrefslogtreecommitdiff
path: root/test/unit
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/asset_test.rb8
-rw-r--r--test/unit/helpers/assets_helper_test.rb4
2 files changed, 12 insertions, 0 deletions
diff --git a/test/unit/asset_test.rb b/test/unit/asset_test.rb
new file mode 100644
index 0000000..58aba76
--- /dev/null
+++ b/test/unit/asset_test.rb
@@ -0,0 +1,8 @@
1require 'test_helper'
2
3class AssetTest < ActiveSupport::TestCase
4 # Replace this with your real tests.
5 test "the truth" do
6 assert true
7 end
8end
diff --git a/test/unit/helpers/assets_helper_test.rb b/test/unit/helpers/assets_helper_test.rb
new file mode 100644
index 0000000..ae50bff
--- /dev/null
+++ b/test/unit/helpers/assets_helper_test.rb
@@ -0,0 +1,4 @@
1require 'test_helper'
2
3class AssetsHelperTest < ActionView::TestCase
4end