summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2009-03-15 11:59:30 +0100
committerAlex Legler <a3li@gentoo.org>2009-03-15 11:59:30 +0100
commit62148f22303d0c78d01e908ebdca160345935cbc (patch)
treebad3ce70902f17304e064aec5e7f272bd385e90d /test
parentAdding Reference model (diff)
downloadglsamaker-62148f22303d0c78d01e908ebdca160345935cbc.tar.gz
glsamaker-62148f22303d0c78d01e908ebdca160345935cbc.tar.bz2
glsamaker-62148f22303d0c78d01e908ebdca160345935cbc.zip
Adding Bug model
Diffstat (limited to 'test')
-rw-r--r--test/fixtures/bugs.yml7
-rw-r--r--test/unit/bug_test.rb8
2 files changed, 15 insertions, 0 deletions
diff --git a/test/fixtures/bugs.yml b/test/fixtures/bugs.yml
new file mode 100644
index 0000000..5bf0293
--- /dev/null
+++ b/test/fixtures/bugs.yml
@@ -0,0 +1,7 @@
+# Read about fixtures at http://ar.rubyonrails.org/classes/Fixtures.html
+
+# one:
+# column: value
+#
+# two:
+# column: value
diff --git a/test/unit/bug_test.rb b/test/unit/bug_test.rb
new file mode 100644
index 0000000..14af505
--- /dev/null
+++ b/test/unit/bug_test.rb
@@ -0,0 +1,8 @@
+require 'test_helper'
+
+class BugTest < ActiveSupport::TestCase
+ # Replace this with your real tests.
+ test "the truth" do
+ assert true
+ end
+end