summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2009-05-31 22:55:08 +0200
committerAlex Legler <a3li@gentoo.org>2009-05-31 22:55:08 +0200
commit2bc2804df707734caed339eec68e4aea85bd7c94 (patch)
tree6da7b96d10fc7dff4c7b2063c6783a1e32707b11 /test
parentUsing =~ instead of String.match (fastaaaaa!) (diff)
downloadglsamaker-2bc2804df707734caed339eec68e4aea85bd7c94.tar.gz
glsamaker-2bc2804df707734caed339eec68e4aea85bd7c94.tar.bz2
glsamaker-2bc2804df707734caed339eec68e4aea85bd7c94.zip
Extracting bug info to own controller
* The ModalBox title now shows the actual bug id * Description in editing no longer breaks layout
Diffstat (limited to 'test')
-rw-r--r--test/functional/bug_controller_test.rb8
-rw-r--r--test/unit/helpers/bug_helper_test.rb4
2 files changed, 12 insertions, 0 deletions
diff --git a/test/functional/bug_controller_test.rb b/test/functional/bug_controller_test.rb
new file mode 100644
index 0000000..25d2c5d
--- /dev/null
+++ b/test/functional/bug_controller_test.rb
@@ -0,0 +1,8 @@
+require 'test_helper'
+
+class BugControllerTest < ActionController::TestCase
+ # Replace this with your real tests.
+ test "the truth" do
+ assert true
+ end
+end
diff --git a/test/unit/helpers/bug_helper_test.rb b/test/unit/helpers/bug_helper_test.rb
new file mode 100644
index 0000000..6074d6d
--- /dev/null
+++ b/test/unit/helpers/bug_helper_test.rb
@@ -0,0 +1,4 @@
+require 'test_helper'
+
+class BugHelperTest < ActionView::TestCase
+end