summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2010-08-15 21:29:25 +0200
committerAlex Legler <alex@a3li.li>2010-08-15 21:29:25 +0200
commit37095f7e5d7a0c3e6cfa87cc91de9645180484e7 (patch)
treeb2b2d518c482ba8d12eae6edd8145783f036b817 /test
parentUpdate a couple of images (diff)
downloadglsamaker-37095f7e5d7a0c3e6cfa87cc91de9645180484e7.tar.gz
glsamaker-37095f7e5d7a0c3e6cfa87cc91de9645180484e7.tar.bz2
glsamaker-37095f7e5d7a0c3e6cfa87cc91de9645180484e7.zip
Starting the CVETool \o/
Diffstat (limited to 'test')
-rw-r--r--test/functional/cve_controller_test.rb8
-rw-r--r--test/unit/helpers/cve_helper_test.rb4
2 files changed, 12 insertions, 0 deletions
diff --git a/test/functional/cve_controller_test.rb b/test/functional/cve_controller_test.rb
new file mode 100644
index 0000000..28b33b0
--- /dev/null
+++ b/test/functional/cve_controller_test.rb
@@ -0,0 +1,8 @@
+require 'test_helper'
+
+class CveControllerTest < ActionController::TestCase
+ # Replace this with your real tests.
+ test "the truth" do
+ assert true
+ end
+end
diff --git a/test/unit/helpers/cve_helper_test.rb b/test/unit/helpers/cve_helper_test.rb
new file mode 100644
index 0000000..ea901ba
--- /dev/null
+++ b/test/unit/helpers/cve_helper_test.rb
@@ -0,0 +1,4 @@
+require 'test_helper'
+
+class CveHelperTest < ActionView::TestCase
+end