summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorjomo <github@jomo.tv>2013-10-07 04:59:21 +0200
committerjomo <github@jomo.tv>2013-10-07 04:59:21 +0200
commit5fac505a31e6fdaf108ac29cf927ec097c925632 (patch)
treecc6b2c838e85dc4b3b34a1c5504b89a20f1027d7 /test
parent27613877038bb37488e1f71902071b82c655b304 (diff)
another big commit :D
Diffstat (limited to 'test')
-rw-r--r--test/fixtures/forumthreads.yml11
-rw-r--r--test/fixtures/permissions.yml11
-rw-r--r--test/functional/redstoner_mailer_test.rb7
-rw-r--r--test/unit/forumthread_test.rb7
-rw-r--r--test/unit/permission_test.rb7
5 files changed, 43 insertions, 0 deletions
diff --git a/test/fixtures/forumthreads.yml b/test/fixtures/forumthreads.yml
new file mode 100644
index 0000000..c63aac0
--- /dev/null
+++ b/test/fixtures/forumthreads.yml
@@ -0,0 +1,11 @@
+# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
+
+# This model initially had no columns defined. If you add columns to the
+# model remove the '{}' from the fixture names and add the columns immediately
+# below each fixture, per the syntax in the comments below
+#
+one: {}
+# column: value
+#
+two: {}
+# column: value
diff --git a/test/fixtures/permissions.yml b/test/fixtures/permissions.yml
new file mode 100644
index 0000000..c63aac0
--- /dev/null
+++ b/test/fixtures/permissions.yml
@@ -0,0 +1,11 @@
+# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/Fixtures.html
+
+# This model initially had no columns defined. If you add columns to the
+# model remove the '{}' from the fixture names and add the columns immediately
+# below each fixture, per the syntax in the comments below
+#
+one: {}
+# column: value
+#
+two: {}
+# column: value
diff --git a/test/functional/redstoner_mailer_test.rb b/test/functional/redstoner_mailer_test.rb
new file mode 100644
index 0000000..8feb5f7
--- /dev/null
+++ b/test/functional/redstoner_mailer_test.rb
@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class RedstonerMailerTest < ActionMailer::TestCase
+ # test "the truth" do
+ # assert true
+ # end
+end
diff --git a/test/unit/forumthread_test.rb b/test/unit/forumthread_test.rb
new file mode 100644
index 0000000..9d0f88e
--- /dev/null
+++ b/test/unit/forumthread_test.rb
@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class ForumthreadTest < ActiveSupport::TestCase
+ # test "the truth" do
+ # assert true
+ # end
+end
diff --git a/test/unit/permission_test.rb b/test/unit/permission_test.rb
new file mode 100644
index 0000000..b781cc3
--- /dev/null
+++ b/test/unit/permission_test.rb
@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class PermissionTest < ActiveSupport::TestCase
+ # test "the truth" do
+ # assert true
+ # end
+end