diff options
author | Alex Legler <alex@a3li.li> | 2010-08-15 21:29:25 +0200 |
---|---|---|
committer | Alex Legler <alex@a3li.li> | 2010-08-15 21:29:25 +0200 |
commit | 37095f7e5d7a0c3e6cfa87cc91de9645180484e7 (patch) | |
tree | b2b2d518c482ba8d12eae6edd8145783f036b817 /test | |
parent | Update a couple of images (diff) | |
download | glsamaker-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.rb | 8 | ||||
-rw-r--r-- | test/unit/helpers/cve_helper_test.rb | 4 |
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 |